subscraper
subscraper copied to clipboard
Reconnaissance tool which scans javascript files for subdomains and then iterates over all javascript files hosted on subsequent subdomains to enumerate a list of subdomains for a given URL.
Results
2
subscraper issues
Sort by
recently updated
recently updated
newest added
Only checks for HTTP not HTTPS
When i run **python3 subscraper.py -u youtube.com -v** ``` Subdomains Found: [+] www.youtube.com [+] youtubei.youtube.com [+] payments.youtube.com etc ``` When running with -o flag output carries js files: python3 subscraper.py...