Voyage
Voyage is a subdomain enumeration tool built in Rust that combines active and passive discovery methods. It keeps track of progress using SQLite, so you can stop and resume scans without repeating work. The tool features a terminal user interface (TUI) for real-time monitoring and is designed to be fast and efficient, leveraging multi-threading to handle large-scale reconnaissance.
Key Features:
- Active and Passive Scanning: Combines various techniques for comprehensive subdomain discovery.
- SQLite Database: Stores scan progress, allowing for pausing and resuming without data loss.
- Terminal User Interface (TUI): Provides a real-time view of the scanning process.
- Multi-threading: Enables fast and efficient scanning of large domains.
Use Cases:
- Bug Bounty Hunting: Identify potential targets by discovering subdomains.
- Penetration Testing: Expand the attack surface during reconnaissance phases.
- Asset Discovery: Enumerate all subdomains associated with a target organization.
- Security Audits: Verify the security posture of a domain by identifying exposed subdomains.