Skip to content

jauharvp/Shodanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The shodanner is 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     Fecth all the Information

Example:-

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

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

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

About

Shodan based Host scanner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages