nuclei-templates/exposed-panels/plesk-obsidian-login.yaml

32 lines
573 B
YAML

id: plesk-obsidian-login
info:
name: Plesk Obsidian login panel
author: dhiyaneshDK,daffainfo
severity: info
metadata:
verified: true
shodan-query: http.html:"Plesk Obsidian"
tags: panel,plesk,login,edb
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>'