FinalRecon is a fast and simple python script for web reconnaissance

Image

Final Recon 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. The tool is available in Black Arch Linux and SecBSD.

Demo

Lock image

Installation of the tool

git clone https://github.com/thewhiteh4t/FinalRecon.git

cd FinalRecon

pip3 install -r requirements.txt

Usage of the tool

  • python3 finalrecon.py -h

  • usage: finalrecon.py [-h] [--headers] [--sslinfo] [--whois] [--crawl] [--dns] [--sub] [--trace] [--dir] [--ps]

         [--full] [-t T] [-T T] [-w W] [-r] [-s] [-d D] [-e E] [-m M] [-p P] [-tt TT] [-o O] 

            url

  • FinalRecon - The Last Recon Tool You Will Need | v1.0.7

  • positional arguments:

url         Target URL

optional arguments:

-h, --help  show this help message and exit

--headers   Header Information

--sslinfo   SSL Certificate Information

--whois     Whois Lookup

--crawl     Crawl Target

--dns       DNS Enumeration

--sub       Sub-Domain Enumeration

--trace     Traceroute

--dir       Directory Search

--ps        Fast Port Scan

--full      Full Recon

 

Scan types

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

 Directory Searching

  • python3 finalrecon.py --dir -e txt,php -w /path/to/wordlist

 full scan

  • python3 finalrecon.py --full

Output of the tool

WHOIS

image

SSL Certificate Details

image

Crawler

image