Investigating Favicon Hashes
Introduction
Installation
git clone https://github.com/eremit4/favihunter.git
pip3 install -r requirements.txtCommands
# Help Menu
python3 favihunter.py --help
# Analyze a specific URL
python3 favihunter.py --url <url address>
# Analyze a file with URLs
python3 favihunter.py --urls-file <file path>
# Analyze a local favicon image
python3 favihunter.py --favicon <file path>
# Clean the local favicon directory
python3 favihunter.py --remove-favicons
REFERENCES
Last updated