nuclei-templates/exposed-panels/froxlor-management-panel.yaml

39 lines
793 B
YAML
Raw Normal View History

id: froxlor-management-panel
2022-06-27 11:21:01 +00:00
info:
name: Froxlor Server Management Login Panel - Detect
2022-06-27 11:21:01 +00:00
author: DhiyaneshDK
severity: info
description: Froxlor Server Management login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-06-27 11:21:01 +00:00
metadata:
verified: true
shodan-query: title:"Froxlor Server Management Panel"
tags: panel,froxlor
2022-06-27 11:21:01 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
2022-06-27 11:21:01 +00:00
matchers-condition: and
matchers:
2022-06-27 11:21:01 +00:00
- type: word
words:
- "<title>Froxlor Server Management Panel</title>"
2022-06-27 11:21:01 +00:00
- type: word
part: header
2022-06-27 11:21:01 +00:00
words:
- "text/html"
2022-06-27 11:21:01 +00:00
- type: status
status:
- 200
# Enhanced by md on 2022/11/15