Kopano WebApp Login Panel - Detect
ID: kopano-webapp-panel
Severity: info
Author: righettod
Tags: panel,kopano,login,detect
Description
Section titled “Description”Kopano WebApp login panel was detected.
YAML Source
Section titled “YAML Source”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/ classification: cpe: cpe:2.3:a:kopano:webapp:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: kopano product: webapp shodan-query: http.title:"Kopano WebApp" 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: 4b0a004830460221008f352ecf14e3bd2d352e5bbd27fef6b39e1fd0620b384069a3d4e6780ad1dabf022100e2baf8f45a5c7b042b06de46322ab7e9be07d5aca707ba114b544b6ae9c307e0:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/kopano-webapp-panel.yaml"