Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
righettod authored Aug 8, 2024
1 parent 8335fed commit 358d5d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions http/exposed-panels/checkmk/checkmk-login.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 358d5d9

Please sign in to comment.