Shodanner

This is a tool for scanning hosts based on the Shodan API. It can fetch server information, banner information, vulnerabilities on the host, or all of the above.

The shodanner is a host scanner based on the shodan API.

Usage: shodanner.py [-h] [-s SERVER] [-b BANNER] [-v VULNS] [-a ALL]

Optional arguments:

-h, --help            show this help message and exit

-s SERVER, --server SERVER
                    Fetch Server Information

-b BANNER, --banner BANNER
                    Fetch metadata Information

-v VULNS, --vulns VULNS
                    Fetch Vulnerabilities on the host

-a ALL, --all ALL     Fetch all the Information

Example:-

#python3 shodanner.py -a <IP>
#python3 shodanner.py -v 192.168.0.1

Note: Ensure that your Shodan API Key has been added to the code under configuration.

#Configuration
shodanner_banner()
API_KEY = "<Your Shodan Key here>"

Github link for the tool

https://github.com/jauharvp/Shodanner

Last updated