32 lines
718 B
YAML
32 lines
718 B
YAML
|
id: froxlor-installer
|
||
|
|
||
|
info:
|
||
|
name: Froxlor Server Management - Installer
|
||
|
author: DhiyaneshDK
|
||
|
severity: high
|
||
|
description: |
|
||
|
Detects the Froxlor Server Management Panel installation page.
|
||
|
reference:
|
||
|
- https://www.exploit-db.com/ghdb/8397
|
||
|
metadata:
|
||
|
verified: true
|
||
|
max-request: 1
|
||
|
fofa-query: title="Froxlor Server Management Panel - Installation"
|
||
|
tags: misconfig,froxlor,installer,setup
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/install/install.php"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "<title>Froxlor Server Management Panel - Installation</title>"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|