FinalRecon is a fast and simple python script for web reconnaissance. It follows a modular structure so in future new modules can be added with ease.
Features
It provides detailed information such as :
Header Information
Also Read – ExtAnalysis : Browser Extension Analysis Framework
WHOIS
SSL Certificate Details
Crawler
More modules will be added in future.
Tested on
Installation
git clone https://github.com/thewhiteh4t/FinalRecon.git
cd FinalRecon
pip3 install -r requirements.txt
Usage
python3 finalrecon.py -h
Usage: finalrecon.py [-h] [–headers] [–sslinfo] [–whois] [–crawl] [–full]
url
FinalRecon – OSINT Tool for All-In-One Web Recon | v1.0.
Positional Arguments:
url Target URL
Optional Arguments:
-h, –help show this help message and exit
–headers Get Header Information
–sslinfo Get SSL Certificate Information
–whois Get Whois Lookup
–crawl Crawl Target Website
–full Get Full Analysis, Test All Available Options
#Check headers
python3 finalrecon.py –headers
#Check ssl Certificate
python3 finalrecon.py –sslinfo
#Check whois Information
python3 finalrecon.py –whois
#Crawl Target
python3 finalrecon.py –craw
#Full Scan
python3 finalrecon.py –full
Demo
Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open…
While file extensions in Linux are optional and often misleading, the file command helps decode what a…
The touch command is one of the quickest ways to create new empty files or update timestamps…
Handling large numbers of files is routine for Linux users, and that’s where the find command shines.…
Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy…
Creating directories is one of the earliest skills you'll use on a Linux system. The mkdir (make…