🄸🄽🅂🅃🄰🄻🄻🄸🅂🄰🅃🄸🄾🄽 & 🅁🅄🄽 :
1️⃣git clone https://github.com/aboul3la/Sublist3r.git
2️⃣cd Sublist3r
3️⃣Installation on Windows:
c:\python27\python.exe -m pip install -r requirements.txt
🦑Installation on Linux
> sudo pip install -r requirements.txt
Requests Module (http://docs.python-requests.org/en/latest/)
🦑Install for Windows:
> c:\python27\python.exe -m pip install requests
🦑Install for Ubuntu/Debian:
> sudo apt-get install python-requests
🦑Install for Centos/Redhat:
> sudo yum install python-requests
> Install using pip on Linux:
sudo pip install requests
🦑REQUIREMENT 2 :
dnspython Module (http://www.dnspython.org/)
1️⃣Install for Windows:
c:\python27\python.exe -m pip install dnspython
2️⃣Install for Ubuntu/Debian:
sudo apt-get install python-dnspython
> Install using pip:
sudo pip install dnspython
argparse Module
3️⃣Install for Ubuntu/Debian:
sudo apt-get install python-argparse
4️⃣Install for Centos/Redhat:
sudo yum install python-argparse
>Install using pip:
sudo pip install argparse
for coloring in windows install the following libraries
c:\python27\python.exe -m pip install win_unicode_console colorama
🦑HOW TO USE ?
Examples
1) To list all the basic options and switches use -h switch:
python sublist3r.py -h
2) To enumerate subdomains of specific domain:
python sublist3r.py -d example.com
3) To enumerate subdomains of specific domain and show only subdomains which have open ports 80 and 443 :
python sublist3r.py -d example.com -p 80,443
4) To enumerate subdomains of specific domain and show the results in realtime:
python sublist3r.py -v -d example.com
5) To enumerate subdomains and enable the bruteforce module:
python sublist3r.py -b -d example.com
6) To enumerate subdomains and use specific engines such Google, Yahoo and Virustotal engines
python sublist3r.py -e google,yahoo,virustotal -d example.com
Enjoy! Follow us for more...
No comments:
Post a Comment