29 lines
506 B
YAML
29 lines
506 B
YAML
|
id: royalevent-management-panel
|
||
|
|
||
|
info:
|
||
|
name: Royal Event Management Admin Panel
|
||
|
author: ritikchaddha
|
||
|
severity: info
|
||
|
metadata:
|
||
|
verified: true
|
||
|
tags: royalevent,panel
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/royal_event/"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "Royal Event Management Software"
|
||
|
- "Welcome Administrator"
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|