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

31 lines
508 B
YAML

id: veeam-panel
info:
name: Veeam Login Panel
author: DhiyaneshDK
severity: info
metadata:
verified: true
shodan-query: http.favicon.hash:-633512412
tags: panel,veeam
requests:
- method: GET
path:
- "{{BaseURL}}/login.aspx"
matchers-condition: and
matchers:
- type: word
words:
- "Login - Veeam ONE Reporter"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200