Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pubCrawl

alt text

You will need to install shodan and censys:
  sudo apt install python3-pip
  pip3 install selenium
  pip3 install censys
  pip3 install shodan
  pip3 install dnspython

Use Shodan & Censys to perform port lookup on a list of ip's

python3 pubCrawl.py --host example.com
python3 pubCrawl2.py --hostList sampleHostList.txt --full
usage: pubCrawl.py [-h] [-s] [-c] [--sshot] [--csv] [--txt] [--full] [--hostList HOSTLIST] [--host HOSTNAME] [--combine]

optional arguments:
  -h, --help           show this help message and exit
  -s                   Check Shodan.io
  -c                   Check Censys.io
  --sshot              Take Screenshot
  --csv                csv output
  --txt                txt output
  --full               Censys + Shodan + Screenshot + Combine
  --hostList HOSTLIST  Host list
  --host HOSTNAME      Individual host
  --combine            Combine output types

About

Use Shodan & Censys to perform port lookup on a list of ip's

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages