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

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

1 week ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

2 weeks ago

Red Team Certification – A Comprehensive Guide To Advancing In Cybersecurity Operations

Embark on the journey of becoming a certified Red Team professional with our definitive guide.…

3 weeks ago

CVE-2024-5836 / CVE-2024-6778 : Chromium Sandbox Escape via Extension Exploits

This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…

3 weeks ago

Rust BOFs – Unlocking New Potentials In Cobalt Strike

This took me like 4 days (+2 days for an update), but I got it…

3 weeks ago

MaLDAPtive – Pioneering LDAP SearchFilter Parsing And Security Framework

MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…

3 weeks ago