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

35 lines
626 B
YAML
Raw Normal View History

2022-10-25 22:14:28 +00:00
id: phpbb-installer
info:
name: phpBB Installation File Exposure
author: DhiyaneshDk
severity: high
metadata:
max-request: 1
2022-10-25 22:14:28 +00:00
verified: true
shodan-query: html:"Installation Panel"
2022-10-26 07:35:35 +00:00
tags: misconfig,phpbb,install,exposure
2022-10-25 22:14:28 +00:00
http:
2022-10-25 22:14:28 +00:00
- method: GET
path:
- "{{BaseURL}}/install/app.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Installation Panel"
- "Introduction"
2022-10-25 22:23:18 +00:00
condition: and
2022-10-25 22:14:28 +00:00
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200