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.
-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#python3 shodanner.py -a <IP>
#python3 shodanner.py -v 192.168.0.1#Configuration
shodanner_banner()
API_KEY = "<Your Shodan Key here>"Last updated