Create flarum-installer.yaml
parent
2a887f4aae
commit
31d008008e
|
@ -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
|
Loading…
Reference in New Issue