misc changes

patch-1
sandeep 2021-05-24 01:26:48 +05:30
parent 22812d2112
commit 8a182ff0cc
5 changed files with 12 additions and 4 deletions

View File

@ -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>"

View File

@ -17,6 +17,7 @@ requests:
- type: word
words:
- 'Plesk Obsidian'
- type: status
status:
- 200

View File

@ -17,7 +17,7 @@ requests:
- type: word
words:
- 'Plesk Onyx'
- 'Plesk Obsidian'
- type: status
status:
- 200

View File

@ -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

View File

@ -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