Ferret Detailed Guide
Launching Ferret
Open Ferret from the terminal:
ferret
Select Features
Navigate through the options presented in the menu to choose specific features:
- Information Gathering: Use to gather data about target systems.
- Network Scanning: Identify active devices and services on a network.
Scan a Network
Enter the target IP range or specific IP:
ferret -i <target-ip-range>
Data Extraction
Choose options to extract specific data:
- Gather DNS Information: Select DNS enumeration features.
- Whois Lookup: Collect ownership information of a domain.
Analyze Data
Review the collected information:
- Sort and filter results based on your needs.
- Use built-in tools for data visualization if available.
Export Results
Save the findings to a file for reporting or further analysis:
ferret -o <output-file>