← All Kali Commands
🔍 Reconnaissance
Amass
Show data sources
Amass command for show data sources. Copy the command below and use it in your terminal.
┌──(kali㉿kali)-[~]
└─$
└─$
amass enum -d target.com -src
Tool
Amass
Category
Reconnaissance
Purpose
Show data sources
🛡️ Usage Tips
- Always ensure you have proper authorization before using Amass 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 Amass installed
- Combine with other Amass commands for more comprehensive results
- Pipe output to a file with
> output.txtfor later analysis