Sub-Domain Enumeration
In order to increase the attack surface, we perform subdomain enumeration.
Last updated
In order to increase the attack surface, we perform subdomain enumeration.
Last updated
Three Methods for Sub-Domain Enumeration
1 Brute Force
2 OSINT
3 Virtual Host
Use sites like:
1
2
Use: site:*.examplesite.com
If you are preparing for OSCP or solving machines on HacktheBox or training for CTFs then this is the command you need to go for.
Install by using this command
Some subdomains such as development versions and administration portals are not always hosted in publically accessible DNS results. However, we can still find them, by abusing the HOST header
First, run this first command to identify the size number that shows up the most then use the second command with the identified size
Replace the {size } with the size identified