FinalRecon是一个用于公开资源情报计划(Open source intelligence )简称OSINT的网络侦察 python 脚本。它采用模块化结构,有很好的扩展性。
Header信息
WHOIS查询
SSL证书详细信息
Crawler网络爬虫信息
git clone https://github.com/thewhiteh4t/FinalRecon.gitcd FinalReconpip3 install -r requirements.txt
python3 finalrecon.py -husage: finalrecon.py [-h] [--headers] [--sslinfo] [--whois] [--crawl] [--full]urlFinalRecon - OSINT Tool for All-In-One Web Recon | v1.0.0positional arguments:url Target URLoptional 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 headerspython3 finalrecon.py --headers <url># Check ssl Certificatepython3 finalrecon.py --sslinfo <url># Check whois Informationpython3 finalrecon.py --whois <url># Crawl Targetpython3 finalrecon.py --crawl <url># full scanpython3 finalrecon.py --full <url>
注:如有侵权请联系删除
学习更多技术,关注我: