Skip to content

Commit cebfd91

Browse files
authored
Update Readme.md
1 parent a8b038b commit cebfd91

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

Readme.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ python3 JsonExp.py -uf [目标.txt] -l [LDAP服务地址]
3636

3737

3838

39-
| 参数 | 别名 | 作用 | 例子 |
40-
| ------- | ---------- | ---------------------------------------------------------- | ----------------------------------- |
41-
| -u | --url | 指定目标url | -u http://www.test.com |
42-
| -uf | --urlfile | 指定目标url文档,每行一个url | -uf url.txt |
43-
| -req | --request | 指定请求包 | -req request.txt |
44-
| -to | --timeout | 指定请求超时时长,默认为5秒 | -to 8 |
45-
| -f | --file | 指定payload文本路径,默认为template/fastjson.txt | -f payload.txt |
46-
| -t | --type | 指定HTTP请求类型,默认为post | -t get |
47-
| -l | --ldap | 指定ldap地址 | -l xxx.xxx.xxx:8080 |
48-
| -r | --rmi | 指定rmi地址 | -r xxx.xxx.xxx:8080 |
49-
| -c | --cookie | 指定cookie值 | --cookie "name=xxx;sessionid=xxxxx" |
50-
| -pro | --protocol | 指定请求包所使用的协议,需结合-req参数使用,默认为http协议 | -req request.txt -pro https |
51-
| -proxy | --proxy | 设置代理 | --proxy http://127.0.0.1:8080 |
52-
| -dnslog | --dnslog | 是否申请dnslog进行检测,默认为false(此功能需挂全局代理) | --dnslog true |
39+
| 参数 | 别名 | 作用 | 例子 |
40+
| ------- | ---------- |----------------------------------------| ----------------------------------- |
41+
| -u | --url | 指定目标url | -u http://www.test.com |
42+
| -uf | --urlfile | 指定目标url文档,每行一个url | -uf url.txt |
43+
| -req | --request | 指定请求包 | -req request.txt |
44+
| -to | --timeout | 指定请求超时时长,默认为10秒 | -to 8 |
45+
| -f | --file | 指定payload文本路径,默认为template/fastjson.txt | -f payload.txt |
46+
| -t | --type | 指定HTTP请求类型,默认为post | -t get |
47+
| -l | --ldap | 指定ldap地址 | -l xxx.xxx.xxx:8080 |
48+
| -r | --rmi | 指定rmi地址 | -r xxx.xxx.xxx:8080 |
49+
| -c | --cookie | 指定cookie值 | --cookie "name=xxx;sessionid=xxxxx" |
50+
| -pro | --protocol | 指定请求包所使用的协议,需结合-req参数使用,默认为http协议 | -req request.txt -pro https |
51+
| -proxy | --proxy | 设置代理 | --proxy http://127.0.0.1:8080 |
52+
| -dnslog | --dnslog | 是否申请dnslog进行检测,默认为false(此功能需挂全局代理) | --dnslog true |
5353

5454

5555

0 commit comments

Comments
 (0)