Merge pull request #9925 from projectdiscovery/onlyoffice-installer

Create onlyoffice-installer.yaml
patch-3
Ritik Chaddha 2024-05-29 13:28:25 +05:30 committed by GitHub
commit 72e054f26a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
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"
tags: misconfig,install,exposure,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