Update anmelden-panel.yaml
parent
298ee49a4f
commit
23b5ee91d6
|
@ -1,7 +1,7 @@
|
|||
id: anmelden-panel
|
||||
|
||||
info:
|
||||
name: Anmelden | OPNsense Panel
|
||||
name: Anmelden | OPNsense Panel - Detect
|
||||
author: Splint3r7
|
||||
severity: info
|
||||
description: |
|
||||
|
@ -17,9 +17,10 @@ http:
|
|||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains(body, "<title>Anmelden | OPNsense</title>")'
|
||||
- 'contains(body, "<title>Anmelden | OPNsense")'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue