Create flarum-installer.yaml

patch-2
Dhiyaneshwaran 2024-05-28 14:33:13 +05:30 committed by GitHub
parent 2a887f4aae
commit 31d008008e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
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