GoBuster

GoBuster is a tool used to brute-force URIs (directories and files), DNS subdomains and virtual host names.

gobuster dir -e -u http://<ip>:<port> -w <word list location> -t 50

Gobuster sucht nicht rekursiv. Wordlist auf kali findet man unter /usr/share/wordlists

Suche im Verzeichnis mit file extension

gobuster dir -e -u http://<ip>/<dir>/ -w /usr/share/dirbuster/wordlists/directory-list-2.3-medium.txt -t 50 -x .txt,.php,.html,.phtml

Last updated