Create hydra-dashboard.yaml
parent
51f22fa331
commit
997b33050f
|
@ -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
|
Loading…
Reference in New Issue