Merge pull request #9802 from projectdiscovery/froxlor-installer
Create froxlor-installer.yamlpatch-2
commit
a8182a0005
|
@ -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
|
||||||
|
|
||||||
|
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
|
Loading…
Reference in New Issue