pr4v33n / WebCrumbs

WebCrumbs is an visual analysis platform for web requests intended for privacy researchers, policy makers, and privacy conscious people.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebCrumbs is an analysis platform for web logs that are based on Requests.

To run WebCrumbs:
1. Install ant, if you don't already have it.
2. Download webcrumbs.jar, build.xml, lib, data and runWebCrumbs.bat
3. If on Windows:
   3.1 Put ant in your path.
   3.2 Run runWebCrumbs.bat
4. If on Linux/Unix:
   4.1 Make sure you have bash and ant installed.
   4.2 chmod +x runWebCrumbs
   4.3 ./runWebCrumbs

The data directory has some fun data files to play around with. WebCrumbs currently supports both the HAR and FourthParty data formats. Adding your own file is easy with pluggable Parsers (More on how to make your own Parser later). 

You can render and search through graphs using the WebCrumbs framework.

Right click links or nodes to view their properties. To search, either highlight any text in a text box, or put a string into the search box to the right of the screen on click on one of the top strings listed by frequency.

You can also plug in your own rankers which allow you to both change the color and the size of the nodes in the graph that you observe. 

WebCrumbs makes even the visualization libraries pluggable (more work to allow that fully is on my TODO list).

About

WebCrumbs is an visual analysis platform for web requests intended for privacy researchers, policy makers, and privacy conscious people.


Languages

Language:Java 100.0%Language:Shell 0.0%