nuclei-templates/http/exposed-panels/veeam-panel.yaml

39 lines
732 B
YAML
Raw Normal View History

2022-06-27 10:25:53 +00:00
id: veeam-panel
info:
name: Veeam Login Panel - Detect
2022-06-27 10:25:53 +00:00
author: DhiyaneshDK
severity: info
description: Veeam 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 10:25:53 +00:00
metadata:
max-request: 1
2022-06-27 10:25:53 +00:00
verified: true
shodan-query: http.favicon.hash:-633512412
2022-06-27 18:35:58 +00:00
tags: panel,veeam
2022-06-27 10:25:53 +00:00
http:
2022-06-27 10:25:53 +00:00
- method: GET
path:
2022-06-27 18:35:58 +00:00
- "{{BaseURL}}/login.aspx"
2022-06-27 10:25:53 +00:00
matchers-condition: and
matchers:
- type: word
words:
2022-06-27 18:35:58 +00:00
- "Login - Veeam ONE Reporter"
2022-06-27 10:25:53 +00:00
- type: word
2022-06-27 18:35:58 +00:00
part: header
2022-06-27 10:25:53 +00:00
words:
2022-06-27 18:35:58 +00:00
- "text/html"
2022-06-27 10:25:53 +00:00
- type: status
status:
- 200
# Enhanced by md on 2023/01/20