37 lines
723 B
YAML
37 lines
723 B
YAML
id: checkmk-local-panel
|
|
|
|
info:
|
|
name: Checkmk Local Login Panel - Detect
|
|
author: Mys7ic
|
|
severity: info
|
|
description: Checkmk local login panel was detected.
|
|
reference:
|
|
- https://checkmk.com/
|
|
metadata:
|
|
verified: "true"
|
|
shodan-query: title:"Checkmk Local site"
|
|
tags: detect,panel,checkmk,local
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Checkmk Local site'
|
|
case-insensitive: true
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
regex:
|
|
- '<div id="foot">Version:\s*([\w.-]+)\s'
|