My personal comand line tool I created to extract word lists and secrets from my caido history from exported JSON
This uses regex from LinkFinder for endpoint extraction and SecretFinder for secrets
- ✔ host extraction
- ✔ path wordlists
- ✔ header wordlists
- ✔ cookie wordlists
- ✔ endpoint discovery
- ✔ JS variable mining
- ✔ secret detection
- ✔ token wordlists
- ✔ host filtering
- ✔ progress tracking
export caido JSON name it caido.json in same directory
python3 hamoWordlister.py <Optional filter for specific host: epicgames>
Create a virtual environment.
python3 -m venv reconenv
Activate it:
source reconenv/bin/activate
Then install:
pip install jsbeautifier