Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 585 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 585 Bytes

HARryParser

Installation:

  1. Clone this repo
  2. cd to repo, run pip install .

Examples:

python3 harryparser.py myfile.har -p mydomain.com

In this example, you are running the tool against the .har file you generated for a domain mydomain.com.

The tracker-to-entity mapping file, tds.json, comes from DuckDuckGo's Tracker Radar project and can be found here: https://github.com/duckduckgo/tracker-blocklists/blob/main/web/tds.json. You can mod or grab the latest from them for your use case.