Find Subdomains Like a Pro!

2 days ago 13
BOOK THIS SPACE FOR AD
ARTICLE AD

Some online tools make subdomain hunting super easy:

These powerful search engines can help you find subdomains linked to a target.

Shodan Command:

hostname:"*.example.com"

Censys Command:

subdomains example.com

Check crt.sh for subdomains associated with SSL/TLS certificates:

Query URL:

https://crt.sh/?q=%25.example.com

Use Google search to find hidden subdomains:

Use the below goole dorking command for searching the subdomainsite:*.example.com

2. Remove the known subdomains to faster the search by using -<domain> with the above dork. For example if the domain is www.example.com we can filter out that specific subdomain with the following dork,

site:*.example.com -www -mail -service

The above dork removes common subdomains like www, mail, and service, helping you uncover lesser-known ones. You can refine your search further using -<domain> filters!

Read Entire Article