No description
This repository has been archived on 2026-06-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2019-04-29 17:25:29 +08:00
finger-1.0.zip Upload New File 2019-04-09 13:43:07 +08:00
finger-1.1.zip Upload New File 2019-04-22 20:02:47 +08:00
README.md Update README.md 2019-04-29 15:26:58 +08:00
接口使用文档.docx Upload New File 2019-04-22 19:59:46 +08:00

fingerprint version 1.0 使用说明(更多详细信息请参考接口使用文档)

环境:

python版本3.5以上 需安装pymysql、lxml、bs4模块 数据库mysql

使用前步骤:

1.将finger.sql导入数据库

2.将config.ini配置文件中的数据库连接参数修改为自己本机的参数。

fingerprint.py使用方法

1.检测单个网站(输入域名即可):

python fingerprint.py -u baidu.com

2.检测一组网站:

python fingerprint.py -l list.txt

3.保存结果:

python fingerprint.py -u baidu.com -s

python fingerprint.py -l list.txt -s

4.查询版本:

python fingerprint.py --version

5.帮助:

python fingerprint.py -h