Skip to content

Penetration tools to find subdomains of a website quickly and simply, can also scan ports and provide information about subdomains.

License

Notifications You must be signed in to change notification settings

dextryayers/deepscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deepscan V. 1.0

Penetration tools to find subdomains of a website quickly and simply, can also scan ports and provide information about subdomains.

Tools Ethical Hacking

main features

  • deepscan subdomain
  • scanning port
  • provides information about the subdomain
  • fast and simple

Usage instructions:

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

Usage options :

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

Legal Disclaimer

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.

By: DextryAyers, AniipID

About

Penetration tools to find subdomains of a website quickly and simply, can also scan ports and provide information about subdomains.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages