Penetration tools to find subdomains of a website quickly and simply, can also scan ports and provide information about subdomains.
- deepscan subdomain
- scanning port
- provides information about the subdomain
- fast and simple
Note Use Python 3.x
$ git clone https://github.com/dextryayers/deepscan
$ cd deepscan
$ pip3 install -r requirements.txt
$ python3 test.py -d tesla.com
1. Basic scan (subdomains + HTTP status)
python3 test.py -d tesla.com
2. Deep scan with port scanning
python3 test.py -d tesla.com --scan-ports --deep-scan
3. With custom wordlist and output
python3 test.py -d tesla.com -w wordlist.txt -o results.json
This tool is for authorized security testing only. By using it, you agree to:
Obtain written permission before scanning any domain
Comply with all applicable laws (CFAA, GDPR, etc.)
Never use it for malicious purposes
The developers are not responsible for misuse. Unauthorized scanning may violate laws like the Computer Fraud and Abuse Act (CFAA).
Use ethically and legally.