# Subdomains Enumeration

### Google Dorks  for Subdomain Enumeration

```
"certifiedhacker.com"
site:*.tryhackme.com
-site:www.tryhackme.com  site:*.tryhackme.com \\except main website
```

### Finding Subdomains

{% embed url="<https://pentest-tools.com/>" %}

{% embed url="<http://archive.org/web/>" %}

{% embed url="<https://subdomainfinder.c99.nl/>" %}

{% embed url="<https://searchdns.netcraft.com>" %}

{% embed url="<https://securitytrails.com/>" %}

{% embed url="<https://dnsdumpster.com/>" %}

### Kali Tools (Subdomain Enumeration)

{% embed url="<https://github.com/aboul3la/Sublist3r>" %}

{% embed url="<https://github.com/owasp-amass/amass>" %}
slow but good
{% endembed %}

```
amass enum -v -d tryhackme.com
```

{% embed url="<https://www.kali.org/tools/subfinder/>" %}

{% embed url="<https://github.com/tomnomnom/assetfinder>" %}

{% embed url="<https://github.com/blacklanternsecurity/bbot>" %}

{% embed url="<https://github.com/incogbyte/shosubgo>" %}
Passive with shodan
{% endembed %}

### API Keys to increase your dataset

{% embed url="<https://chaos.projectdiscovery.io/>" %}

<figure><img src="/files/FShwRwQJOMCWp6jhvsb8" alt=""><figcaption><p>Paid</p></figcaption></figure>

{% embed url="<https://netlas.io/>" %}
Paid
{% endembed %}

### Check if subdomains are Alive

{% embed url="<https://github.com/tomnomnom/httprobe>" %}

<figure><img src="/files/TE0Cm30pKilX8HGG44Jk" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/A6VOXIroVRRI4Ve4GobC" alt=""><figcaption></figcaption></figure>

### Screenshot Alive domains

{% embed url="<https://github.com/sensepost/gowitness/wiki/Installation>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://osint.cavementech.com/website-osint/subdomains-enumeration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
