Create hydra-dashboard.yaml

patch-1
Arman 2022-11-10 10:08:18 -08:00 committed by GitHub
parent 51f22fa331
commit 997b33050f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -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