1. Basic Directory Enumeration
gobuster dir -u <URL> -w <wordlist-location>

Performs directory enumeration against the target URL using the specified wordlist.

Keywords: dir = Directory enumeration mode -u = Target URL -w = Wordlist location

Screenshot 2026-05-09 183136.png

  1. Full URL Output
gobuster dir -e -u <target-url> -w <wordlist-location>

Performs directory enumeration and displays full URLs in the output.

Keywords: dir = Directory enumeration mode -e = Show full URLs -u = Target URL -w = Wordlist location

image.png

  1. Hide Status Codes
gobuster dir -u <target-url> -w <wordlist-location> -n

Performs directory enumeration while hiding HTTP status codes from the output.

Keywords: dir = Directory enumeration mode -u = Target URL -w = Wordlist location -n = Hide status codes

image.png

  1. Verbose Output
gobuster dir -u <target-url> -w <wordlist-location> -v