nuclei-templates/http/misconfiguration/installer/dokuwiki-installer.yaml

35 lines
609 B
YAML
Raw Normal View History

2022-10-25 22:23:43 +00:00
id: dokuwiki-installer
info:
name: DokuWiki Install Exposure
author: DhiyaneshDk
severity: high
metadata:
max-request: 1
2022-10-25 22:23:43 +00:00
verified: true
shodan-query: title:"DokuWiki"
2022-10-26 07:36:26 +00:00
tags: misconfig,dokuwiki,install,exposure
2022-10-25 22:23:43 +00:00
http:
2022-10-25 22:23:43 +00:00
- method: GET
path:
- "{{BaseURL}}/install.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "DokuWiki Installer"
- "Superuser"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200