Plesk Login Panel - Detect
ID: plesk-onyx-login
Severity: info
Author: dhiyaneshDK,daffainfo,righettod
Tags: panel,plesk,login,edb
Description
Section titled “Description”Plesk login panel was detected.
YAML Source
Section titled “YAML Source”id: plesk-onyx-login
info: name: Plesk Login Panel - Detect author: dhiyaneshDK,daffainfo,righettod severity: info description: Plesk login panel was detected. reference: - https://www.exploit-db.com/ghdb/6501 - https://www.plesk.com/ 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:plesk:onyx:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: plesk product: onyx shodan-query: - http.html:"Plesk Onyx" http.html:"plesk-build" - http.html:"plesk onyx" http.html:"plesk-build" google-query: - inurl:login_up.php "Plesk Onyx" - inurl:login_up.php "plesk onyx" fofa-query: body="plesk onyx" http.html:"plesk-build" tags: panel,plesk,login,edb
http: - method: GET path: - '{{BaseURL}}/login_up.php'
matchers-condition: and matchers: - type: word part: body words: - 'alt="Plesk Onyx' - 'plesk-build' - 'plesk-revision' - 'plesk-root' condition: or case-insensitive: true
- type: status status: - 200
extractors: - type: regex part: body group: 1 regex: - 'alt="Plesk Onyx ([0-9.]+)"' - '(?i)"urlArgs":"([0-9.-]+)"'# digest: 4a0a0047304502202dc889dc53d139aea3bab94b828f970c8dd30e260de76b56a1081e18080678aa022100c985d2450af3c378b72676c65c19d1672f134543c243e5fd6859b53af055f395:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/plesk-onyx-login.yaml"