Home GoBuster
Post
Cancel

GoBuster

GoBuster

Description:

Gobuster is a directory and file brute forcing tool for HTTP services. It can be used to enumerate resources on a web server, such as files and directories.

1
2
3
4
-u #The target URL 
-w #Path to your wordlist 
-U -P #Username and Password for Basic Auth 
-c #<http cookies> Specify a cookie for simulating your auth

gobuster dir -u http://<ip>:<port> -w <word_list_location>

This post is licensed under CC BY 4.0 by the author.