Skip to main content

Command Palette

Search for a command to run...

Gobuster Cheat Sheet

Updated
1 min read
Gobuster Cheat Sheet

Syntax:

gobuster [Mode] [URL] [Wordlist]

Example:

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

Options/Flags:

  • dir: Directory brute-force mode

  • dns: DNS subdomain brute-force mode

  • -u: Target URL

  • -w: Wordlist for directory and file names

  • -t: Number of concurrent threads

  • -x: File extensions to check

  • -o: Output file

  • -q: Quiet mode

  • -h: Help

Cybersecurity

Part 3 of 8

In this Cybersecurity series we will explore the dynamic world of digital threats and defenses. From common cyber attacks to secure coding practices, we'll equip you with the knowledge and skills.

Up next

Hydra Cheat Sheet

Syntax: hydra -l [Username] -P [Password File] [Target] [Service] [Options] Example: hydra -l admin -P passwords.txt 192.168.1.1 ssh Options/Flags: -l: Username to test -P: Password file -s: Service (e.g., ssh, http) -V: Show login attempts -t...

More from this blog

M

Matthew Hard

58 posts