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