Skip to content

SSH PrivX Login Panel - Detect

ID: privx-panel

Severity: info

Author: korteke

Tags: panel,privx

SSH PrivX login panel was detected.

id: privx-panel
info:
name: SSH PrivX Login Panel - Detect
author: korteke
severity: info
description: SSH PrivX login panel was detected.
reference:
- https://www.ssh.com/products/privx/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:ssh:privx:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: title:"PrivX"
product: privx
vendor: ssh
tags: panel,privx
http:
- method: GET
path:
- "{{BaseURL}}/auth/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>PrivX</title>'
- type: status
status:
- 200
# digest: 490a0046304402201714c8e51894a52b9539768707b7af2f5036b227e39c13ca26c0af2a1ea2d3bd02203a2e808ada16c4c42d85e8a01dfbe0b2032c942add4ad69a9937429c9e461cd1:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/privx-panel.yaml"

View on Github