commit
6e23c0c207
|
@ -0,0 +1,18 @@
|
|||
id: cx-cloud-login
|
||||
|
||||
info:
|
||||
name: CX Cloud
|
||||
author: dhiyaneshDk
|
||||
severity: info
|
||||
tags: panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
- '{{BaseURL}}/cxcum/'
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>CX Cloud</title>"
|
|
@ -0,0 +1,23 @@
|
|||
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
|
|
@ -17,7 +17,7 @@ requests:
|
|||
- type: word
|
||||
words:
|
||||
- 'Plesk Onyx'
|
||||
- 'Plesk Obsidian'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
|
@ -0,0 +1,22 @@
|
|||
id: server-backup-login
|
||||
|
||||
info:
|
||||
name: Server Backup Manager SE Login
|
||||
author: dhiyaneshDK
|
||||
severity: info
|
||||
reference: https://www.exploit-db.com/ghdb/6949
|
||||
tags: panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/login.zul'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>Idera Server Backup Manager SE </title>'
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -0,0 +1,17 @@
|
|||
id: cx-cloud-upload-detect
|
||||
|
||||
info:
|
||||
name: CX Cloud Unauthenticated Upload Detect
|
||||
author: dhiyaneshDk
|
||||
severity: info
|
||||
tags: upload
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/upload.jsp'
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<HEAD><TITLE>Display file upload form to the user</TITLE></HEAD>"
|
||||
condition: and
|
|
@ -0,0 +1,30 @@
|
|||
id: kubeflow-dashboard-unauth
|
||||
|
||||
info:
|
||||
name: Kubeflow Unauth
|
||||
author: dhiyaneshDk
|
||||
severity: high
|
||||
reference: https://github.com/kubeflow/kubeflow
|
||||
tags: kubeflow,unauth
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/pipeline/apis/v1beta1/runs?page_size=5&sort_by=created_at%20desc'
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '{"runs":[{"id":'
|
||||
- 'resource_references'
|
||||
condition: and
|
||||
part: body
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "application/json"
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -0,0 +1,31 @@
|
|||
id: pinpoint-unauth
|
||||
|
||||
info:
|
||||
name: PinPoint Unauth
|
||||
author: dhiyaneshDk
|
||||
severity: high
|
||||
reference: https://github.com/pinpoint-apm/pinpoint
|
||||
tags: pippoint,unauth
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/applications.pinpoint'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "applicationName"
|
||||
- "serviceType"
|
||||
condition: and
|
||||
part: body
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "application/json"
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue