#go #buster #gobuster
GoBuster is a versatile tool that allows for performing #DNS, #vhost, and #directory-brute-forcing. The tool has additional functionality, such as enumeration of public #AWS S3 buckets.
`do not use for subdomain enumeration. Only works if subdomains are listed in DNS server. i.e. Will not work in htb`
```shell
gobuster -w *WORDLIST* -u *URL*
```
dir - find directories
-x - find certain file extensions
Wordlists located at /usr/share/wordlists
```shell
gobuster dir -u http://10.10.10.121/ -w usr/share/dirb/wordlists/common.txt
```