https://github.com/OJ/gobuster
Files and Folders Fuzz
gobuster dir -u http://[TARGET_IP]:[TARGET_PORT] -w myWordList -x php,txt,htmlSearch files.
gobuster dir -u http://[TARGET_IP]:[TARGET_PORT] -w myWordListSearch folders.
Flags
-u http://[TARGET_IP]:[TARGET_PORT]Target folders.
-x php,txt,htmlTarget files.
-w myWordListWordlist.
-b 403,302Exclude some code from response.
-U myUserUsername.
-P myPassPassword.
-ePrint the full URLs in your console.
-p [TARGET_IP]Proxy to use for requests.
-c <http cookies>Specify a cookie for simulating your auth.