Merge pull request #7111 from lum8rjack/proxmox-exposed

Added exposed-panels/proxmox-panel.yaml
patch-1
Dhiyaneshwaran 2023-04-27 01:02:21 +05:30 committed by GitHub
commit c9f96a7d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,42 @@
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.0
cwe-id: CWE-200
metadata:
verified: "true"
shodan-query: http.favicon.hash:213144638
tags: panel,proxmox,login
requests:
- 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]))"