diff options
| author | 马泽宇 <[email protected]> | 2019-04-04 14:35:35 +0800 |
|---|---|---|
| committer | 马泽宇 <[email protected]> | 2019-04-04 14:35:35 +0800 |
| commit | 0a7eff848809394a27825ffc686e4e34f9d74f2b (patch) | |
| tree | 9c747e22c78f099a8b809f3882da3fb193be77a5 | |
| parent | 5bf17f43351e66249a893e84c8597e2864404adc (diff) | |
Update README.md
| -rw-r--r-- | README.md | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -4,21 +4,23 @@ python版本:3以上;需安装pymysql、lxml、bs4模块 数据库:mysql 使用前步骤: -1、将finger.sql导入数据库,并将fingerprint.py中第100-103行的数据库连接参数修改成自己的。 -2、将app.json.py文件放在fingerprint.py相同路径下。 +1.将finger.sql导入数据库,并将fingerprint.py中第100-103行的数据库连接参数修改成自己的。 +2.将app.json.py文件放在fingerprint.py相同路径下。 fingerprint.py使用: -检测单个网站(输入域名即可): +1.检测单个网站(输入域名即可): python fingerprint.py -u baidu.com -检测一组网站: + +2.检测一组网站: python fingerprint.py -l list.txt -若要保存结果: +3.保存结果: python fingerprint.py -u baidu.com -s save.txt python fingerprint.py -l list.txt -s save.txt -查询版本: +4.查询版本: python fingerprint.py --version -帮助: + +5.帮助: python fingerprint.py -h
\ No newline at end of file |
