sublist3r on lmde 4 debbie

what is Sublist3r?

Sublist3r is an open source  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’re targeting. Sublist3r enumerates subdomains using many search engines like Google, Yahoo, Bing, Baidu and Ask. Sublist3r also enumerates subdomains using Netcraft, Virustotal, ThreatCrowd, DNSdumpster and ReverseDNS. You can find more information in their Github repository.

Requirements

By default, LMDE 4 does not come with Git or python pip which is required for this installation.

sudo apt install git
sudo apt install python-pip

Installation

git clone https://github.com/aboul3la/Sublist3r.git
cd Sublist3r/
sudo pip install -r requirements.txt
sudo python setup.py install

Usage

sublist3r --help
sublist3r -d domain.com

Screenshot

Leave a Comment