Add files via upload

patch-1
Dominique RIGHETTO 2024-02-23 18:29:13 +01:00 committed by GitHub
parent 441cb2c0d8
commit 305b2da6f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
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"
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.]+)"'