Skip to content

Commit

Permalink
V1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjelly authored Jun 27, 2022
1 parent 9a2925a commit 1b8e119
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,21 @@ Flags:
-v, --verbose 指示在结果中包含原始响应头和响应体
-r, --rule="" 指纹库文件路径
-c, --custom-rule="" 自定义指纹库文件路径
--include 指纹包含过滤器(指定后将不处理条件外的指纹),示例: cats:5,52,17
--ignore 指纹忽略过滤器(指定后将不处理符合条件的指纹),示例:cats:17,21,32
-T, --timeout=10 每个 URL 请求的 超时时间
-s, --sleep=10 识别两条指纹之间的等待时间
-S, --snapshot 捕获目标 URL 首页页面快照
-d, --debug=0 日志级别: 0-NONE, 1-FATAL, 2-ERROR, 3-WARN, 4-INFO, 5-DEBUG, 6-TRACE
-F, --fast 快速模式。该模式下原始响应和 JS 变量将不会处理
-R, --render=10 页面渲染等待时间
--cols=2000 处理 HTML 页面每行的字符数
--rows=3000 处理 HTML 页面的总行数
--proxy 通过 HTTP 代理服务器访问目标URL,示例:127.0.0.1:8080
-V, --version 显示程序版本
```

**超时时间说明:** 根据程序设计,一次指纹识别的最大总超时时间大约为 `-T/--timeout` 值的 1.5 ~ 2 倍。
**超时时间说明:** 一次指纹识别的最大总超时时间大约为 `-T/--timeout` 值的 1.5 ~ 2 倍。

## 命令示例

Expand Down Expand Up @@ -119,7 +123,9 @@ Flags:
"KEY": "VALUE"
},
"status": 200,
"time": 4
"time": 4,
"login": 1, // 标识目标为登录页面
"captcha": 1 // 标记目标存在图形验证码
}
]
```
Expand All @@ -134,4 +140,4 @@ Flags:

## 自定义规则库示例

[custom.json](custom.json)
[custom.json](custom.json)

0 comments on commit 1b8e119

Please sign in to comment.