filter_by_encryption
Scan current checkpoint entries to find requests with encrypted, compressed, or encoded body content. Results sorted by entropy, with adjustable threshold and limit.
Instructions
扫描当前 checkpoint 的所有条目,找出 body 疑似加密/压缩/编码的请求。
按 max(req_entropy, res_entropy) 降序排列。 threshold 默认 3.9:纯文本 JSON 通常 2.5~3.5,Base64 约 4.0~5.0,加密 > 5.0。 limit 默认 20,上限 100。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threshold | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |