Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelknap/favicon-hash-browser-extension
This extension calculates the MurmurHash3 hash of favicon icon as expected by Shodan Search Engine.
https://github.com/michaelknap/favicon-hash-browser-extension
firefox-extension osint recon shodan
Last synced: 7 days ago
JSON representation
This extension calculates the MurmurHash3 hash of favicon icon as expected by Shodan Search Engine.
- Host: GitHub
- URL: https://github.com/michaelknap/favicon-hash-browser-extension
- Owner: michaelknap
- License: mit
- Created: 2023-12-04T17:29:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T23:03:33.000Z (about 1 year ago)
- Last Synced: 2023-12-17T00:11:30.041Z (about 1 year ago)
- Topics: firefox-extension, osint, recon, shodan
- Language: JavaScript
- Homepage:
- Size: 123 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![Icon](src/icons/icon-48x48.png) Favicon Hash for Shodan (Firefox Extension)
This extension calculates the [MurmurHash3](https://en.wikipedia.org/wiki/MurmurHash) hash of an active tab's favicon and displays the result in a popup, suitable for searches on the [Shodan Search Engine](https://shodan.io). It provides a clickable link to Shodan search results:```bash
https://www.shodan.io/search?query=http.favicon.hash:
```
## InstallationInstall directly from [Mozzila Add-on Store](https://addons.mozilla.org/en-GB/firefox/addon/favicon-hash-for-shodan/).
## Screenshot
![Favicon Hash for Shodan Screenshot](screenshot/screenshot.jpeg)
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.