Froxlor Server Management - Installer
ID: froxlor-installer
Severity: high
Author: DhiyaneshDK
Tags: misconfig,froxlor,installer
Description
Section titled “Description”Detects the Froxlor Server Management Panel installation page.
YAML Source
Section titled “YAML Source”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 classification: cpe: cpe:2.3:a:froxlor:froxlor:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: froxlor product: froxlor fofa-query: title="Froxlor Server Management Panel - Installation" tags: misconfig,froxlor,installer
http: - method: GET path: - "{{BaseURL}}/install/install.php"
matchers-condition: and matchers: - type: word part: body words: - "<title>Froxlor Server Management Panel - Installation"
- type: status status: - 200# digest: 4a0a00473045022100b5d1e87863cb73fe5c8b33cf10a9e672e0beeb45b29a72ae8eb501d0b0af6b2e022073a37d860c842228814e56aa1c4c19877a54a94270d6ee97b15bab0217b0c79f:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/installer/froxlor-installer.yaml"