- 转载请注明出处!
- github: https://github.com/thewhiteh4t/FinalRecon
FinalRecon是用python3开发的一款开源的多功能网络侦察工具
需要调用的python3第三方库
requests
ipwhois
beautifulsoup4
lxml
支持平台:
kali linux
BlackArch Linux
那该如何去安装?
git clone https://github.com/thewhiteh4t/FinalRecon.git
cd FinalRecon
pip3 install -r requirements.txt
pip3安装教程: https://www.cnblogs.com/wenchengxiaopenyou/p/5709218.html
工具说明:
root@kali:~/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.1
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
如:python3 finalrecon.py --headers www.baidu.com
root@kali:~/FinalRecon# python3 finalrecon.py --headers www.baidu.com
______ __ __ __ ______ __
/\ ___\/\ \ /\ "-.\ \ /\ __ \ /\ \
\ \ __\\ \ \\ \ \-. \\ \ __ \\ \ \____
\ \_\ \ \_\\ \_\\"\_\\ \_\ \_\\ \_____\
\/_/ \/_/ \/_/ \/_/ \/_/\/_/ \/_____/
______ ______ ______ ______ __ __
/\ == \ /\ ___\ /\ ___\ /\ __ \ /\ "-.\ \
\ \ __< \ \ __\ \ \ \____\ \ \/\ \\ \ \-. \
\ \_\ \_\\ \_____\\ \_____\\ \_____\\ \_\\"\_\
\/_/ /_/ \/_____/ \/_____/ \/_____/ \/_/ \/_/
[>] Created By : thewhiteh4t
[>] Version : 1.0.1
[+] Target : www.baidu.com
[+] IP Address : 180.101.49.45
[+] Headers :
[+] Cache-Control : private, no-cache, no-store, proxy-revalidate, no-transform
[+] Connection : Keep-Alive
[+] Content-Encoding : gzip
[+] Content-Type : text/html
[+] Date : Fri, 31 May 2019 08:13:03 GMT
[+] Last-Modified : Mon, 23 Jan 2017 13:28:16 GMT
[+] Pragma : no-cache
[+] Server : bfe/1.0.8.18
[+] Set-Cookie : BDORZ=27315; max-age=86400; domain=.baidu.com; path=/
[+] Transfer-Encoding : chunked
[+] Completed!