feat: create plesk-obsidian-panel

patch-1
Muhammad Daffa 2022-10-21 13:07:02 +07:00 committed by GitHub
parent e906dbd712
commit 33b18cf014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: plesk-obsidian-login
info:
name: Plesk Obsidian login panel
author: 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
part: body
words:
- '"customTitle":"Plesk Obsidian'
- 'class="sid-plesk"'
condition: or
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '"customTitle":"Plesk Obsidian ([0-9.]+)"'