Sublist3r - Subdomain Enumeration Tool

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:
git clone https://github.com/aboul3la/Sublist3r
  • Once the process is done,move to the sublist3r directory.
cd Sublist3r
  • 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: 
pip install -r requirements.txt
  • You can even manually install all the required modules.Requests module: 
sudo pip install requests dnspython module 

sudo pip install dnspython argparse module 

sudo pip install argparse

  • To run the tool,enter the following command in the terminal.
./sublist3r.py



Post a Comment

Please Select Embedded Mode To Show The Comment System.*

Previous Post Next Post