Sublist3r is a Python-based tool that is used to enumerate the subdomains of a website. It helps penetration testers and bug hunters to find various subdomains for which they can find vulnerabilities. Sublist3r searches various subdomains using Google, Yahoo, Bing, Baidu, and Ask. It also enumerates subdomains using Netcraft, Virustotal, ThreatCrowd, DNSdumpster, and ReverseDNS.
The Repository is available on GitHub - https://github.com/aboul3la/Sublist3r.
- Clone the repository in Linux using the git command.
Cloning the repository |
- Re-direct into the folder which was just created. It will have files as shown below.
Files in Sublist3r |
- Also, some other flags like -d are worth mentioning from the help command. To see other flags type - python3 sublist3r.py -h.
Help option |
- -t: command can be used to start a number of threads to make the process faster, python3 sublist3r.py -d google.com -t 50 ( means send 50 requests at a time)
- -o: command can be used to save the output given by Sublist3r in a text file, python3 sublist3r.py -d google.com -o output.txt, here output.txt is a file where the output will save.
We hope this helps. If any suggestions or doubts you can add a comment and
we will reply as soon as possible.
No comments:
Post a Comment