Skip to content

Parallels HTML5 Client Login Panel - Detect

ID: parallels-html-client

Severity: info

Author: pdteam

Tags: panel

Parallels HTML5 Client login panel was detected.

id: parallels-html-client
info:
name: Parallels HTML5 Client Login Panel - Detect
author: pdteam
severity: info
description: Parallels HTML5 Client login panel was detected.
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
metadata:
max-request: 1
tags: panel
http:
- method: GET
path:
- "{{BaseURL}}/RASHTML5Gateway/"
matchers:
- type: word
words:
- "<title>Parallels HTML5 Client</title>"
part: body
# digest: 490a0046304402201940e03b224da9003fa4b1971a9d93f93c76122be798951dc1fde0b28efbf3d0022032c99ffe119cbb77b1241f6ffaa6851befa774fcacceb089c2f598cb77af789a: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/parallels-html-client.yaml"

View on Github