FinalRecon – 公开资源情报网络侦察工具

FinalRecon是一个用于公开资源情报计划(Open source intelligence )简称OSINT的网络侦察 python 脚本。 它采用模块化结构,有很好的扩展性。

FinalRecon功能

FinalRecon - 公开资源情报网络侦察工具
Header信息
FinalRecon - 公开资源情报网络侦察工具
WHOIS查询
FinalRecon - 公开资源情报网络侦察工具
SSL证书详细信息
FinalRecon - 公开资源情报网络侦察工具
Crawler网络爬虫信息

模块会持续更新

FinalRecon安装

git clone https://github.com/thewhiteh4t/FinalRecon.git
cd FinalRecon
pip3 install -r requirements.txt

FinalRecon用法

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, --helpshow this help message and exit
--headers Get Header Information
--sslinfo Get SSL Certificate Information
--whois Get Whois Lookup
--crawl Crawl Target Website
--fullGet Full Analysis, Test All Available Options

语法

# Check headers

python3 finalrecon.py --headers <url>

# Check ssl Certificate

python3 finalrecon.py --sslinfo <url>

# Check whois Information

python3 finalrecon.py --whois <url>

# Crawl Target

python3 finalrecon.py --crawl <url>

# full scan

python3 finalrecon.py --full <url>

Demo 演示

FinalRecon - 公开资源情报网络侦察工具
FinalRecon使用