Create plesk-obsidian.yaml
parent
3a80fc2986
commit
48372cc92c
|
@ -0,0 +1,22 @@
|
|||
id: plesk-obsidian
|
||||
|
||||
info:
|
||||
name: Plesk Obsidian
|
||||
author: dhiyaneshDK
|
||||
severity: info
|
||||
reference: https://www.exploit-db.com/ghdb/6951
|
||||
tags: panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/login_up.php'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- 'Plesk Obsidian'
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue