32 lines
678 B
YAML
32 lines
678 B
YAML
|
id: hypertest-dashboard
|
||
|
|
||
|
info:
|
||
|
name: HyperTest Common Dashboard
|
||
|
author: DhiyaneshDk
|
||
|
severity: high
|
||
|
reference:
|
||
|
- https://www.facebook.com/photo?fbid=487809593389565&set=a.467014098802448
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: title:"HyperTest"
|
||
|
tags: panel,exposure,hypertest
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/dashboard/"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<title>HyperTest | Common Dashboard</title>'
|
||
|
- 'HyperTest | Dashboard'
|
||
|
- 'HyperTest doesn't work'
|
||
|
condition: or
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- 'text/html'
|