Update unauth-opache-control-panel.yaml
parent
f9f884fca1
commit
83948f2b8d
|
@ -13,11 +13,13 @@ info:
|
|||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
- "{{BaseURL}}/ocp.php"
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'status_code == 200'
|
||||
- 'contains(body, "Opcache Control Panel") && contains(body, "Reset") && contains(body, "Files")'
|
||||
condition: and
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue