← All Kali Commands
🌐 Web Application Gobuster

Directory brute force

Gobuster command for directory brute force. Copy the command below and use it in your terminal.

gobuster — terminal
┌──(kali㉿kali)-[~]
└─$
gobuster dir -u http://target -w /usr/share/wordlists/dirb/common.txt
Tool
Gobuster
Category
Web Application
Purpose
Directory brute force

🛡️ Usage Tips

  • Always ensure you have proper authorization before using Gobuster against any target
  • Replace target with the actual IP address or hostname you are testing
  • Run this command from a Kali Linux terminal or any system with Gobuster installed
  • Combine with other Gobuster commands for more comprehensive results
  • Pipe output to a file with > output.txt for later analysis

🌐 Other Web Application Tools