https://github.com/eternyle/ShodanIsh
Shodan Favicon Hash Generator By Aziz Hakim @eternyle
https://github.com/eternyle/ShodanIsh
Last synced: 6 months ago
JSON representation
Shodan Favicon Hash Generator By Aziz Hakim @eternyle
- Host: GitHub
- URL: https://github.com/eternyle/ShodanIsh
- Owner: eternyle
- Created: 2020-05-05T15:12:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-25T02:53:59.000Z (over 1 year ago)
- Last Synced: 2024-11-17T01:28:48.417Z (12 months ago)
- Language: Python
- Homepage: https://www.azizhakim.com/2020/05/shodan-favicon-hash-filter-to-get-juicy.html
- Size: 18.6 KB
- Stars: 24
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ip-search-engines - Shodanist
README
# ShodanIsh
Shodan favicon hash generator By Aziz Hakim @eternyle
This script retrieves the decimal hash that corresponds to an image,
the hash can be used on [shodan.io](https://shodan.io).
# mmh3 Installation
python get-pip.py install mmh3
get-pip.py ( https://bootstrap.pypa.io/get-pip.py )
# USAGE
- Interactive
```
$ python shodanish.py
....
Enter Domain/URL : azizhakim.com
```
- Non-Interactive
```
$ python shodanish.py --url azizhakim.com
$ python shodanish.py --url https://azizhakim.com
$ python shodanish.py --url https://azizhakim.com
$ python shodanish.py --url https://azizhakim.com/favicon.ico
```
The input can be given in one of the following formats:
- hostname, http is used: `azizhakim.com`
- base url: `https://azizhakim.com` or `https://azizhakim.com/`
- full url: `https://azizhakim.com/favicon.ico`
# Resources
- https://www.azizhakim.com/2020/05/shodan-favicon-hash-filter-to-get-juicy.html
- https://medium.com/@Asm0d3us/weaponizing-favicon-ico-for-bugbounties-osint-and-what-not-ace3c214e139
# Author
www.twitter.com/eternyle - www.azizhakim.com
# Contributors
[Melardev](https://github.com/melardev)