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.
This project uses the SecLists lists.
This script uses response from crt.sh to obtain the subdomains.
python3 init.py github.com
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.
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.