Create dokuwiki-installer.yaml

patch-1
Dhiyaneshwaran 2022-10-26 03:53:43 +05:30 committed by GitHub
parent 2bc756b7e1
commit 50521ac3e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: dokuwiki-installer
info:
name: DokuWiki Install Exposure
author: DhiyaneshDk
severity: high
metadata:
verified: true
shodan-query: title:"DokuWiki"
tags: misconfig,dokuwiki,install
requests:
- 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