Skip to content

Default Parallels Plesk Panel Page

ID: default-parallels-plesk

Severity: info

Author: DhiyaneshDK,righettod

Tags: tech,default-page,parallels,plesk

id: default-parallels-plesk
info:
name: Default Parallels Plesk Panel Page
author: DhiyaneshDK,righettod
severity: info
classification:
cpe: cpe:2.3:a:parallels:parallels_plesk_panel:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: parallels
product: parallels_plesk_panel
shodan-query: title:"Default Parallels Plesk Panel Page"
tags: tech,default-page,parallels,plesk
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "<title>default parallels plesk panel page</title>", "welcome to parallels")'
condition: and
# digest: 490a0046304402206b3d12af90a3203e5bdae2d4294518a0864e550ddfad7db0d8bc91c99c180fab022079230835c0ca6487e70508c523c6b0d5c03d7581fbda30f4eefc0449802bd81c: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/technologies/default-parallels-plesk.yaml"

View on Github