Top 20 Subdomains Search Engines
Whats is Domain?
An organization shares a common suffix as Domain names which is controlled by that Organization or individual.
What is Subdomains?
Basically Subdomains are subdivisions of Domain.
Why it is required?
Subdomains are second website, which have its own unique content and makes hosting manageable and easy to organize.
Every second Organization Consists of various Subdomains as per their Requirements, I listed few Subdomains Search Engines, list is below :
- Google Search - Online Search
- Censys - Online Search
- Pentest-Tools - Online Search
- DNS Dumpster - Online Search
- Netcraft - Online Search
- CloudPiercer - Online Search
- Detectify - Online Search
- VirusTotal - Online Search
- Pkey - Online Search
- Crt.sh - Online Search
- Sublist3r - GitHub repository
- DNScan - GitHub Repository
- Knock - GitHub Repository
- SubBrute - GitHub Repository
- Nmap - GitHub Repository
- Gobuster - GitHub Repository
- Fierce - Bydefault in Kali
- DNSenum - Bydefault in Kali
- Recon-Ng - Bydefault in Kali
- DNSRecon - Bydefault in Kali
In this blog i will show one of my Favorite picks which gives better results for Enumeration rather than running different tools all Together.
Sublist3r
Sublist3r is a python tool designed to enumerate subdomains of websites using OSINT. Sublist3r enumerates subdomains using many search engines such as Google, Yahoo, Bing and many more.To begin with the installation, sublist3r requires Python 2.7.x or 3.4.x needs to be installed.
Steps to Install:
First we need PIP for further installation, commands are below :- sudo apt-get install python-setuptools python-dev build-essential
- sudo easy_install pip
- sudo apt-get update
Now download the Python Sublist3r Repository from GITHUB, and change the current path to Sublist3r directory and hit below command:
- sudo pip install -r requirements.txt
It will Install all the Required Dependencies for implementing Sublist3r, Now we have completely
Installed Sublist3r on our machine, Start using it...
Usage Short Form Description
-b --bruteforce Enable the subbrute bruteforce module
-p --ports Scan the found subdomains against specific tcp ports
-v --verbose Enable the verbose mode and display results in realtime
-t --threads Number of threads to use for subbrute bruteforce
-e --engines Specify a comma-separated list of search engines
-o --output Save the results to text file
-h --help show the help message and exit
Examples :
- python sublist3r.py -d google.com
- python sublist3r.py -h
Final OUTPUT should be like this :
Nice one man!
ReplyDeleteThose are great tools. I did host 5 of them https://www.nmmapper.com/sys/tools/subdomainfinder/ including nmap's dns-brute
ReplyDeleteSome of this tools I did host them online at https://www.nmmapper.com/sys/tools/subdomainfinder/
ReplyDelete