Create exposed-panels/checkmk-detect.yaml

patch-1
myztique 2023-04-25 19:00:10 +02:00
parent 12b125cae4
commit d5dcc8bbbe
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: checkmk-login
info:
name: Checkmk Login Panel
author: Mys7ic
severity: info
description: Checkmk login panel was detected.
reference:
- https://checkmk.com/
metadata:
verified: true
shodan-query: http.html:"checkmk"
tags: tech,panel,checkmk
requests:
- method: GET
path:
- "{{BaseURL}}"
stop-at-first-match: true
host-redirects: true
matchers-condition: or
matchers:
- type: word
words:
- "<title>Checkmk Local site"
- "href=\"https://checkmk.com\""
condition: or
extractors:
- type: regex
group: 1
regex:
- '<div id="foot">Version:\s*([\w.-]+)\s'