Create veeam-panel.yaml
parent
8236c21a50
commit
b4b0c7311a
|
@ -0,0 +1,28 @@
|
|||
id: veeam-panel
|
||||
|
||||
info:
|
||||
name: Veeam Login Panel
|
||||
author: DhiyaneshDK
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.favicon.hash:-633512412
|
||||
tags: panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login.aspx?{{BaseURL}}/Dashboard/Default.aspx"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
- type: word
|
||||
words:
|
||||
- "Login - Veeam ONE Reporter"
|
||||
condition: and
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue