Security Tools - Gobuster - Dir


dir mode arguments:

  • -u: What url to enumerate
  • -w: Wordlist to append to the url
  • -x: Extensions to append to each word in the wordlist

Example:

$ gobuster dir -u http://example.com -w wordlist.txt -x php,txt,html