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