- Clone this repo
- cd to repo, run
pip install .
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.