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

Certified Ethical Hacker Quiz – Sharpen Your Skills With The CEH v12 Interactive Application

Welcome to the Ethical Hacking Quiz Application, designed to help learners test their knowledge of…

2 hours ago

WPA2 Handshake Automation Tool – A Quick Guide

The WPA2 Handshake Automation Tool is a Python3 script designed to simplify the process of setting up…

3 hours ago

Star-Tup : A Beginner’s Guide To Bash Scripting For Productivity

A custom bash script designed to streamline your startup process and enhance your scripting skills.…

3 hours ago

Cybersecurity Toolkit – Essential Python Tools For Penetration Testing

Welcome to the Cybersecurity Toolkit, a collection of essential Python tools designed for penetration testing…

2 days ago

i-Haklab : Unleashing The Power Of Termux For Enhanced Cybersecurity

The main objective of the creation of this laboratory is to transport the applications, tools…

2 days ago

Dark FB – A Comprehensive Toolkit For Advanced Facebook Interactions

"Dark FB" is a powerful toolkit designed for those who wish to delve deeper into…

2 days ago