Create froxlor-installer.yaml
parent
6105cef882
commit
6d093ed216
|
@ -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
|
Loading…
Reference in New Issue