26 lines
447 B
YAML
26 lines
447 B
YAML
id: superadmin-ui-panel
|
|
|
|
info:
|
|
name: Superadmin UI Login
|
|
author: Hardik-Solanki
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: title:"Superadmin UI - 4myhealth"
|
|
tags: panel,superadmin
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/#/login'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Superadmin UI - 4myhealth"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|