yet another dirbuster
-a <user agent string>
- specify a user agent string to send in the request header.-r
- follow redirects.-s <status codes>
- comma-separated set of the list of status codes to be deemed a "positive" (default: 200,204,301,302,307
).-u <url/domain>
- full URL (including scheme), or base domain name.-v
- verbose output (show all results).-w <wordlist>
- path to the wordlist used for brute forcing.``` $ rbuster -w common.txt -u http://horriblesubs.info/
Url/Domain : http://horriblesubs.info/ Wordlist : common.txt
/thanks (Status: 301 Moved Permanently | Content-Length: 0) /the (Status: 301 Moved Permanently | Content-Length: 0) /ro (Status: 301 Moved Permanently | Content-Length: 0) /robot (Status: 301 Moved Permanently | Content-Length: 0) /robotics (Status: 301 Moved Permanently | Content-Length: 0) /robots.txt (Status: 200 OK | Content-Length: 67) ```