Skip to content

GoBuster

GoBuster is a powerful and versatile tool used for discovering hidden files, directories, subdomains, and virtual hosts on target web servers.

Key Features

  • Directory/File Brute-forcing: Discover hidden paths on a web server using wordlists.
  • DNS Subdomain Enumeration: Find subdomains of a target domain.
  • VHost Brute-forcing: Identify virtual hosts on a target IP address.
  • S3 Bucket Enumeration: Enumerate public AWS S3 buckets.

Example Usage

Directory Brute-forcing

gobuster dir -u http://example.com/ -w /path/to/wordlist.txt

DNS Enumeration

gobuster dns -d example.com -w /path/to/wordlist.txt