https://github.com/topscoder/favicon-hash
Get the hash of a favicon so you can search for it in Shodan.io
https://github.com/topscoder/favicon-hash
Last synced: 5 months ago
JSON representation
Get the hash of a favicon so you can search for it in Shodan.io
- Host: GitHub
- URL: https://github.com/topscoder/favicon-hash
- Owner: topscoder
- License: unlicense
- Created: 2023-02-01T15:16:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T15:18:59.000Z (about 3 years ago)
- Last Synced: 2025-06-22T14:09:26.986Z (8 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# favicon-hash
Get the hash of a favicon so you can search for it in Shodan.io
```bash
$ python3 favicon-hash.py https://www.google.com/favicon.ico
The favicon hash is: 708578229
Search in Shodan: https://shodan.io/search?query=http.favicon.hash:708578229
```