feat: create plesk-obsidian-panel
parent
e906dbd712
commit
33b18cf014
|
@ -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.]+)"'
|
Loading…
Reference in New Issue