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 : 

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 

-d          --domain                 Domain name to enumerate subdomains of
-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 :



we can Also Save OUTPUT using "">>"" operator.  eg: python sublist3r.py -d google.com >> /path/to/save/Output.txt


Please Share If you like

Thank You :-)




Comments

  1. Those are great tools. I did host 5 of them https://www.nmmapper.com/sys/tools/subdomainfinder/ including nmap's dns-brute

    ReplyDelete
  2. Some of this tools I did host them online at https://www.nmmapper.com/sys/tools/subdomainfinder/

    ReplyDelete

Post a Comment

Popular posts from this blog

RTR using Falcon Crowdstrike

Top Commands Mostly Used By System Administrator.

Damn Vulnerable Web Application - Part 1

SECURITY OPERATION CENTRE

Cyber Threat Intelligence

Collective Intelligence Framework v3 - Part 1

Collective Intelligence Framework v3 - Part 2

Security Architecture for Startup

TrickBot Malware Family - A Deep Dive using Falcon Crowdstrike