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