updated matchers

patch-1
Ritik Chaddha 2023-04-26 15:05:26 +05:30 committed by GitHub
parent 564353fb3b
commit 4da4e4a81a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 11 deletions

View File

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