Skip to content

Scans a list of subdomains, resolves their IP addresses, checks for open ports using Shodan, and verifies if the subdomains redirect to another URL.

License

Notifications You must be signed in to change notification settings

wretiii/SubSniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SubSniffer

Scans a list of subdomains, resolves their IP addresses, checks for open ports using Shodan, and verifies if the subdomains redirect to another URL.

Requirements

  • Python 3.6 or higher.
  • An active API key from Shodan.
  • External libraries: requests, shodan.
pip install requests shodan

Usage

sudo python3 subsniffer.py -i subdomains.txt

options:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        Input file containing subdomains.

About

Scans a list of subdomains, resolves their IP addresses, checks for open ports using Shodan, and verifies if the subdomains redirect to another URL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages