diff --git a/misconfiguration/hydra-dashboard.yaml b/misconfiguration/hydra-dashboard.yaml new file mode 100644 index 0000000000..1ea71a601f --- /dev/null +++ b/misconfiguration/hydra-dashboard.yaml @@ -0,0 +1,33 @@ +id: hydra-dashboard + +info: + name: Hydra Dashboard Exposed + author: tess + severity: low + metadata: + verified: true + shodan-query: title:"Hydra Router Dashboard" + tags: misconfig,exposure,hydra + +requests: + - method: GET + path: + - '{{BaseURL}}' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Hydra Router Dashboard" + - "screen: 'dashboard'" + condition: and + + - type: word + part: header + words: + - "text/html" + + - type: status + status: + - 200