nuclei-templates/misconfiguration/owncloud-installer-exposure...

36 lines
684 B
YAML

id: owncloud-installer-exposure
info:
name: OwnCloud Installer Exposure
author: DhiyaneshDk
severity: high
metadata:
verified: true
shodan-query: title:"owncloud"
tags: misconfig,owncloud,exposure,install
requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/owncloud/'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<legend>Create an <strong>admin account</strong>"
- "ownCloud"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200