Fix linter error
parent
8335fed633
commit
358d5d9de5
|
@ -6,7 +6,7 @@ info:
|
|||
severity: info
|
||||
description: Checkmk login panel was detected.
|
||||
reference:
|
||||
- https://checkmk.com/
|
||||
- https://checkmk.com/
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
||||
cwe-id: CWE-200
|
||||
|
@ -28,11 +28,11 @@ http:
|
|||
max-redirects: 5
|
||||
stop-at-first-match: true
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'status_code == 200 || status_code == 401'
|
||||
- 'contains_any(to_lower(body), "check_mk multisite login", "checkmk", "check_mk mobile")'
|
||||
condition: and
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'status_code == 200 || status_code == 401'
|
||||
- 'contains_any(to_lower(body), "check_mk multisite login", "checkmk", "check_mk mobile")'
|
||||
condition: and
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
|
|
Loading…
Reference in New Issue