Offensive Security Tooling: Gobuster: The Basics (TryHackMe)

In this article, I will write a Gobuster: The Basics that covers Environment and Setup, Gobuster: Introduction, Use Case: Directory and File Enumeration, Use Case: Subdomain Enumeration, and Use Case: Vhost Enumeration.
What flag to we use to specify the target URL?
-uWhat command do we use for the subdomain enumeration mode?
dnsWhich flag do we have to add to our command to skip the TLS verification? Enter the long flag notation.
--no-tls-validationEnumerate the directories of www.offensivetools.thm. Which directory catches your attention?
secretContinue enumerating the directory found in question 2. You will find an interesting file there with a .js extension. What is the flag found in this file?
THM{ReconWasASuccess}Apart from the dns keyword and the -w flag, which shorthand flag is required for the command to work?
-dUse the commands learned in this task, how many subdomains are configured for the offensivetools.thm domain?
4Use the commands learned in this task to answer the following question: How many vhosts on the offensivetools.thm domain reply with a status code 200?
4
Thank you for reading my article. Please leave any questions or comments on improving my learning journey and the THM challenges.




