Subdomain Enumeration

February 23, 2024

Task 1:

Task 2:

Visit the site https://crt.sh/ then just put tryhackme.com

After that look for the date 2020-12-26 and get the subdomain of tryhackme

Task 3:

Task 4:

Task 5:

Task 6:

sudo ffuf -w /usr/share/wordlists/seclists/Discovery/DNS/namelist.txt -H "Host: FUZZ.acmeitsupport.thm" -u http://10.10.207.90 -fs 2395

Last updated