Skip to content

Hydra Router Dashboard - Detect

ID: hydra-dashboard

Severity: info

Author: tess

Tags: panel,exposure,hydra,hydra_project

Hydra router dashboard was detected.

id: hydra-dashboard
info:
name: Hydra Router Dashboard - Detect
author: tess
severity: info
description: Hydra router dashboard was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:hydra_project:hydra:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: hydra_project
product: hydra
shodan-query:
- title:"Hydra Router Dashboard"
- http.title:"hydra router dashboard"
fofa-query: title="hydra router dashboard"
google-query: intitle:"hydra router dashboard"
tags: panel,exposure,hydra,hydra_project
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Hydra Router Dashboard"
- "screen: 'dashboard'"
condition: and
- type: status
status:
- 200
# digest: 490a0046304402200a8f1ca952ae1d78a00a4f528c3260216e123be1c45dc47246f8e9412144521f022076789ad93771684e04cdc751fde64d292f8811ca1abfe76f0310a9160841982e:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/hydra-dashboard.yaml"

View on Github