FinalRecon : OSINT Tool for All-In-One Web Peconnaissance

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

  • Kali Linux 2019.1
  • BlackArch Linux

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

R K

Recent Posts

garak, LLM Vulnerability Scanner : The Comprehensive Tool For Assessing Language Model Security

garak checks if an LLM can be made to fail in a way we don't…

3 hours ago

Vermilion : Mastering Linux Post-Exploitation For Red Team Success

Vermilion is a simple and lightweight CLI tool designed for rapid collection, and optional exfiltration…

3 hours ago

AD-CS-Forest-Exploiter : Mastering Security Through PowerShell For AD CS Misconfiguration

ADCFFS is a PowerShell script that can be used to exploit the AD CS container…

3 hours ago

Usage Of Tartufo – A Comprehensive Guide To Securing Your Git Repositories

Tartufo will, by default, scan the entire history of a git repository for any text…

3 hours ago

Loco : A Rails-Inspired Framework For Rust Developers

Loco is strongly inspired by Rails. If you know Rails and Rust, you'll feel at…

1 day ago

Monolith : The Ultimate Tool For Storing Entire Web Pages As Single HTML Files

A data hoarder’s dream come true: bundle any web page into a single HTML file.…

1 day ago