49 lines
1.2 KiB
YAML
49 lines
1.2 KiB
YAML
id: proxmox-panel
|
|
|
|
info:
|
|
name: Proxmox Virtual Environment Login Panel - Detect
|
|
author: lum8rjack
|
|
severity: info
|
|
description: |
|
|
Proxmox Virtual Environment login panel was detected.
|
|
reference:
|
|
- https://www.proxmox.com/
|
|
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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
vendor: proxmox
|
|
product: proxmox
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.favicon.hash:213144638
|
|
tags: panel,proxmox,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Proxmox Virtual Environment</title>"
|
|
- "auth_cookie_name: 'PVEAuthCookie'"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- "(?:pvemanagerlib.js[?](ver=[0-9]{1}[.][0-9]{1,}[-][0-9]))"
|
|
|
|
# digest: 490a0046304402200a1c1dd52e4d71e2637eee5bbff1b14fe8be98bde49808d3b452dfa202cc14940220010326657c177946d3bd918c352180cc075a89907d80c1d88f339bf0cbc8b02b:922c64590222798bb761d5b6d8e72950
|