hackingDNA

Gobuster

Web Applicationkali · parrot

Directory, DNS, and vhost brute-forcer written in Go.

Install

sudo apt install gobuster

Common commands

gobuster dir -u https://target.com -w /usr/share/wordlists/dirb/common.txt
gobuster dns -d target.com -w subdomains.txt

Use only on systems you are authorized to test. Follow program scope.

Related tools