37 lines
821 B
YAML
37 lines
821 B
YAML
id: phpbb-installer
|
|
|
|
info:
|
|
name: phpBB Installation File Exposure
|
|
author: DhiyaneshDk
|
|
severity: high
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"Installation Panel"
|
|
tags: misconfig,phpbb,install,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/install/app.php"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Installation Panel"
|
|
- "Introduction"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100871bfb7a72fa7edc9eeec21fc12ff2346e3f13247be38bbc21ee31d1c753e1eb02205ade4c45b6b9496ae7e15c0cfe7c70d37cd97d1b57e04ec2c4c3e3f6deecece1:922c64590222798bb761d5b6d8e72950
|