Gobuster is a tool used to brute-force:
+ URIs (directories and files) in web sites.
+ DNS subdomains (with wildcard support).
Feature:
– allowed to brute force folders and multiple extensions at once.
– faster than an interpreted script (such as Python).
– Multiplatform Support (Windows, Mac-OSX and Linux)
Dependencies:
+ Golang Language https://golang.org/
Usage:
git clone https://github.com/OJ/gobuster && cd gobuster go build ./gobuster -h example: gobuster -u https://mysite.com/path/to/folder -c 'session=123456' -t 50 -w common-files.txt -x .php,.html
Source: https://github.com/OJ