Skip to content

Plesk Obsidian Login Panel - Detect

ID: plesk-obsidian-login

Severity: info

Author: dhiyaneshDK,daffainfo

Tags: panel,plesk,login,edb

Plesk Obsidian login panel was detected.

id: plesk-obsidian-login
info:
name: Plesk Obsidian Login Panel - Detect
author: dhiyaneshDK,daffainfo
severity: info
description: Plesk Obsidian 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
cpe: cpe:2.3:a:plesk:obsidian:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: plesk
product: obsidian
shodan-query:
- http.html:"Plesk Obsidian"
- http.html:"plesk obsidian"
- http.title:"plesk obsidian"
fofa-query:
- body="plesk obsidian"
- title="plesk obsidian"
google-query: intitle:"plesk obsidian"
tags: panel,plesk,login,edb
http:
- method: GET
path:
- '{{BaseURL}}/login_up.php'
matchers-condition: and
matchers:
- type: word
words:
- 'Plesk Obsidian'
- type: status
status:
- 200
extractors:
- type: regex
group: 1
regex:
- '(?i)<title>([A-Za-z 0-9.]+)</title>'
# digest: 490a0046304402201af0458cd013d59084baaf4dc2060e82cc9a29e313efb774f56f604971caaf40022053868395fce4ac5422b95d4fa0be543686f5dca774f6ea2d4519f32a90f28465: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/plesk-obsidian-login.yaml"

View on Github