FinalRecon- OSINT Device for All-In-One Net Reconnaissance
FinalRecon is a quick and easy python script for net reconnaissance.
It follows a modular construction so in future new modules could be added with ease.
Options
FinalRecon supplies detailed info similar to :
Header Info
WHOIS
SSL Certificates Particulars
Discovered Flag in SSL Certificates – Securinets CTF Quals 2019 – Hidden (200 Factors)
Crawler
Extra modules can be added in future
Examined on
- Kali Linux 2019.1
- BlackArch Linux
Set up
git clone https://github.com/thewhiteh4t/FinalRecon.git
cd FinalRecon
pip3 set up -r necessities.txt
Utilization
python3 finalrecon.py -h
utilization: finalrecon.py [-h] [–headers] [–sslinfo] [–whois] [–crawl] [–full]
url
FinalRecon – OSINT Device for All-In-One Net Recon | v1.0.0
positional arguments:
url Goal URL
elective arguments:
-h, –help present this assist message and exit
–headers Get Header Info
–sslinfo Get SSL Certificates Info
–whois Get Whois Lookup
–crawl Crawl Goal Web site
–full Get Full Evaluation, Take a look at All Obtainable Choices
# Verify headers
python3 finalrecon.py –headers
# Verify ssl Certificates
python3 finalrecon.py –sslinfo
# Verify whois Info
python3 finalrecon.py –whois
# Crawl Goal
python3 finalrecon.py –crawl
# full scan
python3 finalrecon.py –full
Obtain FinalRecon