Fix linter error

main
Dominique RIGHETTO 2024-08-08 07:05:46 +02:00 committed by GitHub
parent 8335fed633
commit 358d5d9de5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -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