Update plesk-obsidian.yaml

patch-1
Ritik Chaddha 2022-10-21 16:26:23 +05:30
parent 255c0f5e32
commit 1a9826e177
1 changed files with 0 additions and 30 deletions

View File

@ -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)<title>([A-Za-z 0-9.]+)</title>'