[!NOTE]
faviqon is a minimal tool for computing favicon hashes from URLs and generating shodan dorks for further reconnaissance.
- computes murmur3 hashes from favicon.ico files
- generates shodan search queries for favicon hash matching
- clean and pipe friendly output
Installation
go install github.com/1hehaq/faviqon@latest
Flags
-shodan : show shodan dorks only
-v : show version
-h : show help message
Example Commands
# compute hashes from URLs
cat https://github.com/ | faviqon
# generate shodan dorks for the hashes
cat urls.txt | faviqon -shodan
# pipe to other tools for further processing
shef -q $(echo https://github.com/ | faviqon -shodan)
- If you see no results or errors
- verify your URLs are accessible
- check your internet connection (necessary to fetch /favicon.ico)
- use
-h for guidance
[!CAUTION]
never use faviqon for any illegal activities, I'm not responsible for your deeds with it. Do for justice.
kindly for hackers