37 lines
942 B
YAML
37 lines
942 B
YAML
id: kopano-webapp-panel
|
|
|
|
info:
|
|
name: Kopano WebApp Login Panel - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: Kopano WebApp login panel was detected.
|
|
reference:
|
|
- https://kopano.com/
|
|
metadata:
|
|
verified: true
|
|
shodan-query: "http.title:\"Kopano WebApp\""
|
|
max-request: 1
|
|
tags: panel,kopano,login,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/webapp/"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains_any(body, "<title>Kopano WebApp", "content=\"Kopano WebApp")'
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '\?kv([0-9.]+)"'
|
|
# digest: 490a004630440220499c97ef6976f50be4391e8eeb0ddfeb3fcbe37bec5a7fe24d71c473e6b3d673022070949daf15a245428269d09199e9f2377b400261229944d98137f800b4e0f3a8:922c64590222798bb761d5b6d8e72950 |