Skip to content

MalwareJuice/ShodanIsh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

ShodanIsh

Shodan Favicon Murmur Hash Converter By Aziz Hakim @eternyle

This script retrieves the decimal hash that corresponds to an image, the hash can be used on shodan.io.

Requirements:

  • mmh3 Installation
python get-pip.py install mmh3
get-pip.py ( https://bootstrap.pypa.io/get-pip.py )
  • Download the script
git clone https://github.com/malwarejuice/ShodanIsh

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%