🛠FinalRecon – All-in-One OSINT Tool for Web Reconnaissance
Published on: July 6, 2025
FinalRecon is a powerful Python-based OSINT tool designed to simplify web reconnaissance tasks. It combines multiple scanning and information-gathering techniques into a single script, ideal for ethical hackers, penetration testers, and bug bounty hunters.
✨ Key Features:
- WHOIS lookup and domain history
- HTTP Header & SSL certificate information
- DNS and subdomain enumeration
- Website crawling (sitemaps, robots.txt, Wayback URLs)
- Traceroute and network path analysis
- Top 1000 TCP port scanning
- Export results in TXT, XML, CSV formats
⚡ Installation:
git clone https://github.com/thewhiteh4t/FinalRecon.git cd FinalRecon pip3 install -r requirements.txt
🚀 Usage Example:
python3 finalrecon.py --full https://targetdomain.com
Tested on Kali Linux, BlackArch, and compatible with Docker. It's ideal for pre-engagement reconnaissance and OSINT research in authorized environments.
Official Source: FinalRecon GitHub
Disclaimer: Use FinalRecon for authorized penetration testing and educational purposes only. Unauthorized use is illegal and strictly prohibited.
No comments:
Post a Comment