24 lines
419 B
YAML
24 lines
419 B
YAML
id: plesk-onyx-login
|
|
|
|
info:
|
|
name: Plesk Onyx login portal
|
|
author: dhiyaneshDK
|
|
severity: info
|
|
reference: https://www.exploit-db.com/ghdb/6501
|
|
tags: panel
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/login_up.php'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Plesk Onyx'
|
|
- 'Plesk Obsidian'
|
|
- type: status
|
|
status:
|
|
- 200
|