summaryrefslogtreecommitdiff
path: root/README.md
blob: 918251305e1e53f9d79c4d0ecf239f95261f51a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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