updated matchers
parent
564353fb3b
commit
4da4e4a81a
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue