Create froxlor-installer.yaml

patch-2
Dhiyaneshwaran 2024-05-15 02:27:52 +05:30 committed by GitHub
parent 6105cef882
commit 6d093ed216
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

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