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>