2021-05-22 14:22:40 +00:00
|
|
|
id: plesk-obsidian
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Plesk Obsidian
|
|
|
|
author: dhiyaneshDK
|
|
|
|
severity: info
|
|
|
|
reference: https://www.exploit-db.com/ghdb/6951
|
2022-01-03 16:06:23 +00:00
|
|
|
tags: panel,plesk
|
2021-05-22 14:22:40 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/login_up.php'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'Plesk Obsidian'
|
2021-05-23 19:56:48 +00:00
|
|
|
|
2021-05-22 14:22:40 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-01-18 04:20:34 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- '(?i)<title>([A-Za-z 0-9.]+)</title>'
|