diff --git a/misconfiguration/hypertest-dashboard.yaml b/misconfiguration/hypertest-dashboard.yaml new file mode 100644 index 0000000000..11aa0d7cac --- /dev/null +++ b/misconfiguration/hypertest-dashboard.yaml @@ -0,0 +1,35 @@ +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: exposure,misconfig,hypertest + +requests: + - method: GET + path: + - "{{BaseURL}}/dashboard/" + + matchers-condition: and + matchers: + - type: word + words: + - 'HyperTest | Common Dashboard' + - 'HyperTest | Dashboard' + - 'HyperTest' + condition: or + + - type: word + part: header + words: + - 'text/html' + + - type: status + status: + - 200