Sublist3r is a python tool designed to enumerate subdomains of websites
using OSINT. It helps penetration testers and bug hunters collect and
gather subdomains for the domain they are targeting. Sublist3r
enumerates subdomains using many search engines such as Google, Yahoo,
Bing, Baidu, and Ask. Sublist3r also enumerates subdomains using
Netcraft, Virustotal, ThreatCrowd, DNSdumpster, and ReverseDNS.
Installation:
Dependencies:git clone https://github.com/aboul3la/Sublist3r.git
How To Use:sudo pip install -r requirements.txt
python sublist3r.py -v -d example.com
where -V : Verbose, -d : Domain
0 comments :
Post a Comment