# GoBuster
https://github.com/OJ/gobuster
Brute force URIs and DNS subdomains
Hackthebox example
`gobuster dir 10.129.194.79 --url http://10.129.194.79/ -w-`
`gobuster dir 10.129.194.79 --url http://10.129.194.79/ -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt`
Switch:
dir
option:
`-w` wordlist defined by following path
`-w-` use standard wordlist
`-x` reference file extensions to search for `-x php,html`
wordlist are downloaded by [[Metasploit]] in the share folder wordlists (Linux)