From 1a9826e1773e1ac8430bd5cd7e7429c6923ef28b Mon Sep 17 00:00:00 2001 From: Ritik Chaddha Date: Fri, 21 Oct 2022 16:26:23 +0530 Subject: [PATCH] Update plesk-obsidian.yaml --- exposed-panels/plesk-obsidian.yaml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/exposed-panels/plesk-obsidian.yaml b/exposed-panels/plesk-obsidian.yaml index c7be3a2d0c..e69de29bb2 100644 --- a/exposed-panels/plesk-obsidian.yaml +++ b/exposed-panels/plesk-obsidian.yaml @@ -1,30 +0,0 @@ -id: plesk-obsidian - -info: - name: Plesk Obsidian - author: dhiyaneshDK - severity: info - reference: - - https://www.exploit-db.com/ghdb/6951 - tags: plesk,edb,panel - -requests: - - 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)([A-Za-z 0-9.]+)' \ No newline at end of file