Merge pull request #9925 from projectdiscovery/onlyoffice-installer
Create onlyoffice-installer.yamlpatch-3
commit
72e054f26a
|
@ -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
|
Loading…
Reference in New Issue