39 lines
910 B
YAML
39 lines
910 B
YAML
id: hypertest-dashboard
|
|
|
|
info:
|
|
name: HyperTest Common Dashboard - Detect
|
|
author: DhiyaneshDk
|
|
severity: info
|
|
description: HyperTest Common Dashboard was detected.
|
|
reference:
|
|
- https://www.facebook.com/photo?fbid=487809593389565&set=a.467014098802448
|
|
- https://www.hypertest.co
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: title:"HyperTest"
|
|
tags: panel,exposure,hypertest
|
|
|
|
http:
|
|
- 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'
|