← All Kali Commands
🔍 Reconnaissance
Dig
Use specific DNS server
Dig command for use specific dns server. Copy the command below and use it in your terminal.
┌──(kali㉿kali)-[~]
└─$
└─$
dig @8.8.8.8 target.com
Tool
Dig
Category
Reconnaissance
Purpose
Use specific DNS server
🛡️ Usage Tips
- Always ensure you have proper authorization before using Dig 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 Dig installed
- Combine with other Dig commands for more comprehensive results
- Pipe output to a file with
> output.txtfor later analysis