Directory/file & DNS busting tool written in Go
Directory/file & DNS busting tool written in Go
gobuster$ gobuster dir -u http://target.com -w /usr/share/wordlists/dirb/common.txt$ gobuster dns -d target.com -w /usr/share/wordlists/subdomains.txt$ gobuster vhost -u http://target.com -w /usr/share/wordlists/subdomains.txt -t 50