Advertisement
TVT618

ShodanHat - Search Servers Information with Shodan

Jul 6th, 2018
834
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. Dependencies
  2. You need to install Shodan module Python with pip install shodan.
  3. You need to install python-nmap module with pip install python-nmap
  4. You need to set your Shodan ShAPI Key with command python shodanhat.py --setkey [Shodan API key]. Register one here
  5.  
  6. Usage: shodanhat.py [options]
  7.  
  8. Options:
  9. -h, --help show this help message and exit
  10. -i IP, --ip=IP info about one host
  11. -l LIST, --list=LIST info about a list of hosts
  12. -s SQ, --sq=SQ searchquery string
  13. --nmap perform a nmap scan in the hosts
  14. --setkey=SETKEY set your api key automatically
  15. -r RANGE, --range=RANGE
  16. scan a range of ips. ex: 192.168.1.1-192.168.1.255
  17. -o OUTPUT, --output=OUTPUT
  18. specify a output file
  19.  
  20. Nmap Options:
  21. --sS TCP Syn Scan
  22. --sT TCP Connect Scan
  23. --sU UDP Scan
  24.  
  25. Screenshot
  26.  
  27. Download ShodanHat: https://github.com/HatBashBR/ShodanHat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement