Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
niudaii authored May 15, 2021
1 parent 96c41a2 commit ed4a00c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- 规则(rules.json)

```json
{
{
"cms": "seeyon",
"method": "keyword",
"location": "body",
Expand Down Expand Up @@ -79,6 +79,19 @@ location 分两种情况,body 和 header,分别代表返回包的 body 和 h

- 增加一个关键词num统计命中数量,并根据命中数量进行降序排列

2021.05.15

- 之前确实测试的较少,根据最近实战中遇到的一些问题,增加了一些参数

```
-k "keyword" 关键词匹配,确定资产,指定了-k时不进行指纹识别
-d "gbk" 指定返回包解码类型,默认为 utf-8
-i "input.txt" 输入文件
-o "output.json" 输出文件,默认为时间戳
```

- 修改增加删除了一些规则

### 参考链接

https://github.com/ShiHuang-ESec/EHole
Expand Down

0 comments on commit ed4a00c

Please sign in to comment.