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

40 lines
897 B
YAML
Raw Normal View History

id: unauth-fastvue-dashboard
2022-06-27 10:59:08 +00:00
info:
name: Fastvue Dashboard Panel - Unauthenticated Detect
2022-06-27 10:59:08 +00:00
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
2022-06-27 10:59:08 +00:00
metadata:
verified: true
shodan-query: http.favicon.hash:-1117549627
tags: panel,fastvue,unauth,misconfig
2022-06-27 10:59:08 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/dashboard.aspx"
2022-06-27 18:32:29 +00:00
matchers-condition: and
2022-06-27 10:59:08 +00:00
matchers:
- type: word
words:
- "<title>Fastvue Sophos Reporter</title>"
2022-06-27 18:32:29 +00:00
- "<title>Fastvue Reporter for SonicWall</title>"
condition: or
2022-06-27 10:59:08 +00:00
- type: word
2022-06-27 18:32:29 +00:00
part: body
2022-06-27 10:59:08 +00:00
words:
2022-06-27 18:32:29 +00:00
- "Dashboard"
2022-06-27 10:59:08 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2023/01/29