Quantcast
Channel: Brute Force – Security List Network™
Viewing all articles
Browse latest Browse all 148

gobuster – Directory/file & DNS busting tool.

$
0
0

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)

Gobuster v1.4.1

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


Viewing all articles
Browse latest Browse all 148

Trending Articles