FinalRecon – 公开资源情报网络侦察工具
2023-6-14 09:11:1 Author: 编码安全研究(查看原文) 阅读量:14 收藏

####################免责声明:工具本身并无好坏,希望大家以遵守《网络安全法》相关法律为前提来使用该工具,支持研究学习,切勿用于非法犯罪活动,对于恶意使用该工具造成的损失,和本人及开发者无关。####################

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

FinalRecon功能

Header信息

WHOIS查询

SSL证书详细信息

Crawler网络爬虫信息

FinalRecon安装

git clone https://github.com/thewhiteh4t/FinalRecon.gitcd FinalReconpip3 install -r requirements.txt

FinalRecon用法

python3 finalrecon.py -husage: 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 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 <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 演示

注:如有侵权请联系删除

   学习更多技术,关注我:   

觉得文章不错给点个‘再看’吧。

文章来源: http://mp.weixin.qq.com/s?__biz=Mzg2NDY1MDc2Mg==&mid=2247503235&idx=2&sn=0ec0b11c7e48e26a35bce6e32f4b08e6&chksm=ce649ee6f91317f0b15dfdf83531b922ad099dfcf0be06468fedd45b4ef9d07f1ae2c4c3d8a4#rd
如有侵权请联系:admin#unsafe.sh