misc changes
parent
22812d2112
commit
8a182ff0cc
|
@ -4,15 +4,15 @@ info:
|
|||
name: CX Cloud
|
||||
author: dhiyaneshDk
|
||||
severity: info
|
||||
tags: login
|
||||
tags: panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
- '{{BaseURL}}/cxcum/'
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>CX Cloud</title>"
|
||||
condition: and
|
||||
- "<title>CX Cloud</title>"
|
|
@ -17,6 +17,7 @@ requests:
|
|||
- 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
|
||||
|
|
|
@ -17,11 +17,14 @@ requests:
|
|||
words:
|
||||
- '{"runs":[{"id":'
|
||||
- 'resource_references'
|
||||
condition: and
|
||||
part: body
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "application/json"
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
|
@ -11,17 +11,21 @@ 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