Gobuster is a widely used tool for web enumeration, allowing security professionals and penetration testers to discover hidden directories, subdomains, and virtual hosts on web applications. This tool helps uncover critical information that could be leveraged in an attack simulation.
Installing Gobuster
Gobuster is pre-installed on Kali Linux. If you need to install it manually, use the following command:
sudoaptinstallgobuster
Using Gobuster for Web Enumeration
Gobuster provides multiple functionalities, including directory brute-forcing, subdomain enumeration, and virtual host discovery.
Directory Enumeration
To discover hidden directories on a target website, use:
gobusterdir-u<URL>-w<WORDLIST>-t64
Where:
-u <URL> specifies the target URL.
-w <WORDLIST> defines the wordlist used for brute-forcing.
-t 64 sets the number of concurrent threads (higher values increase speed but may cause server restrictions).
Useful Wordlists
Kali Linux provides built-in wordlists for directory enumeration: