32 lines
558 B
YAML
32 lines
558 B
YAML
|
id: froxlor-management-panel
|
||
|
|
||
|
info:
|
||
|
name: Froxlor Server Management Panel
|
||
|
author: DhiyaneshDK
|
||
|
severity: info
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: title:"Froxlor Server Management Panel"
|
||
|
tags: panel,froxlor
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<title>Froxlor Server Management Panel</title>"
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- "text/html"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|