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

33 lines
655 B
YAML
Raw Normal View History

id: unauth-fastvue-dashboard
2022-06-27 10:59:08 +00:00
info:
name: Unauthenticated Fastvue Dashboard
2022-06-27 10:59:08 +00:00
author: DhiyaneshDK
severity: medium
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