Finalrecon - Osint Tool For All-In-One Spider Web Reconnaissance

FinalRecon is a fast too unproblematic python script for spider web reconnaissance. It follows a modular construction too hence inwards hereafter novel modules tin last added amongst ease.

Features
FinalRecon provides detailed information such every bit :

Header Information


WHOIS


SSL Certificate Details

 
Found Flag inwards SSL Certificate - Securinets CTF Quals 2019 - Hidden (200 Points)

Crawler


More modules volition last added inwards 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.0  positional arguments:   url         Target URL  optional arguments:   -h, --help  demo this attention message too kicking the bucket   --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 --crawl   # amount scan  python3 finalrecon.py --full 

Demo