nuclei-templates/misconfiguration/unauth-fastvue-dashboard.yaml

40 lines
899 B
YAML

id: unauth-fastvue-dashboard
info:
name: Fastvue Dashboard Panel - Unauthenticated Detect
author: DhiyaneshDK
severity: medium
description: Fastvue Dashboard panel was detected without authentication.
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
metadata:
verified: true
shodan-query: http.favicon.hash:-1117549627
tags: panel,fastvue,unauth,misconfig
requests:
- method: GET
path:
- "{{BaseURL}}/dashboard.aspx"
matchers-condition: and
matchers:
- type: word
words:
- "<title>Fastvue Sophos Reporter</title>"
- "<title>Fastvue Reporter for SonicWall</title>"
condition: or
- type: word
part: body
words:
- "Dashboard"
- type: status
status:
- 200
# Enhanced by mp on 2023/01/29