← All Kali Commands
🌐 Web Application
Gobuster
DNS subdomain brute force
Gobuster command for dns subdomain brute force. Copy the command below and use it in your terminal.
┌──(kali㉿kali)-[~]
└─$
└─$
gobuster dns -d target.com -w subdomains.txt
Tool
Gobuster
Category
Web Application
Purpose
DNS subdomain brute force
🛡️ Usage Tips
- Always ensure you have proper authorization before using Gobuster against any target
- Replace
targetwith the actual IP address or hostname you are testing - Run this command from a Kali Linux terminal or any system with Gobuster installed
- Combine with other Gobuster commands for more comprehensive results
- Pipe output to a file with
> output.txtfor later analysis