Skip to content

This script allows vulnerability testing to avoid penetration attacks by urls.

License

Notifications You must be signed in to change notification settings

AdrianVillamayor/Domain_Vulnerability_Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Domain Vulnerability Detector

A script to quickly obtain the subdomains of any domain and generate a vulnerability log.

This script allows vulnerability testing to prevent attacks and loss of sensitive information.


How it works

This project uses the SecLists lists.

This script uses response from crt.sh to obtain the subdomains.


Example usage

python3 init.py github.com

What does the command do?

Following the example with the Github domain (using another domain the files will be renamed to the domain name):

  • Generates a github.json file with all the subdomains of the Github.com domain.

  • Start the penetration test for each of the subdomains.

  • Generates a github.txt file with a complete log.

  • Generate a github_vulnerabilities.txt with all the vulnerabilities found.


Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.


License

MIT

Thanks for your help! 🎉