33 lines
655 B
YAML
33 lines
655 B
YAML
id: unauth-fastvue-dashboard
|
|
|
|
info:
|
|
name: Unauthenticated Fastvue Dashboard
|
|
author: DhiyaneshDK
|
|
severity: medium
|
|
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
|