36 lines
851 B
YAML
36 lines
851 B
YAML
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
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: title:"PrivX"
|
|
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: 4a0a00473045022018e3c1f544114648bac91412a131561e38ced33ea1f57d7251b2fd04ec79e05a022100dc552822fa247e3a407355127dfb45a3cc31b355b7b9e1889f7dd04ceeefbd4b:922c64590222798bb761d5b6d8e72950
|