39 lines
964 B
YAML
39 lines
964 B
YAML
id: onlyoffice-installer
|
|
|
|
info:
|
|
name: OnlyOffice Wizard Page - Exposure
|
|
author: DhiyaneshDK
|
|
severity: high
|
|
description: |
|
|
Detects exposed OnlyOffice Setup page.
|
|
reference:
|
|
- https://www.onlyoffice.com/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"Portal Setup"
|
|
product: onlyoffice
|
|
vendor: onlyoffice
|
|
tags: misconfig,install,exposure,onlyoffice
|
|
|
|
classification:
|
|
cpe: cpe:2.3:a:onlyoffice:onlyoffice:*:*:*:*:*:*:*:*
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/Wizard.aspx"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Portal Setup"
|
|
- "onlyoffice"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4b0a0048304602210089667df0b5585937f0f1eadad5928c4dd0ba96004a3785344b4b1e9dc07f1f80022100b7c68ecd2a2393a6e551075e175accdac85aa4ebc9673b081aff7944f5a877e4:922c64590222798bb761d5b6d8e72950
|