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

37 lines
675 B
YAML

id: pagekit-installer
info:
name: Pagekit Installer Exposure
author: DhiyaneshDk
severity: high
reference:
- https://github.com/pagekit/pagekit
metadata:
max-request: 1
verified: true
shodan-query: title:"Pagekit Installer"
tags: misconfig,pagekit,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}/installer'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Pagekit Installer'
- 'Connect database'
condition: and
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200