34 lines
906 B
YAML
34 lines
906 B
YAML
id: flarum-installer
|
|
|
|
info:
|
|
name: Flarum Installation Page - Exposure
|
|
author: DhiyaneshDK
|
|
severity: high
|
|
description: |
|
|
Detects exposed Flarum installation pages which could allow unauthorized access or information disclosure.
|
|
reference:
|
|
- https://flarum.org/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"Install Flarum"
|
|
tags: misconfig,install,exposure,flarum
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Install Flarum</title>"
|
|
- "Admin Password"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4b0a00483046022100a3a5d3a8238918dd30f56b955dac4e3894fc39f4b12f41cc159e85a4e1567cbc0221009d6fe3368105a04c4f4701624cf092058c33431daa499dec912343e00a2744b2:922c64590222798bb761d5b6d8e72950 |