Sublist3r is a tool designed in python and uses OSINT in order to enumerate subdomains of websites. It helps pen-testers in collecting and gathering subdomains for a domain which is their target. In order to fetch the accurate results, sublilster uses many search engines like Google, Yahoo, etc. and even tools like Netcraft, Virustotal, etc.
Github Repository:
https://github.com/aboul3la/Sublist3r
Tool Installation Proccess:
- To install sublist3r,you can clone the github repository and use it. To do it, you can follow the following command:
- Once the process is done,move to the sublist3r directory.
- Now we need to check for dependencies as sublist3r depends on requests, dnspython, and argparse python modules. These dependencies can be installed using requirements.txt file:
- You can even manually install all the required modules.Requests module:
sudo pip install dnspython argparse module
sudo pip install argparse
- To run the tool,enter the following command in the terminal.