Hangfire Dashboard Panel - Detect
ID: hangfire-dashboard
Severity: info
Author: DhiyaneshDk
Tags: panel,hangfire
Description
Section titled “Description”Hangfire Dashboard panel was detected.
YAML Source
Section titled “YAML Source”id: hangfire-dashboard
info: name: Hangfire Dashboard Panel - Detect author: DhiyaneshDk severity: info description: Hangfire Dashboard panel 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:hangfire:hangfire:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: hangfire product: hangfire shodan-query: - title:"Overview – Hangfire Dashboard" - http.title:"overview – hangfire dashboard" fofa-query: title="overview – hangfire dashboard" google-query: intitle:"overview – hangfire dashboard" tags: panel,hangfire
http: - method: GET path: - "{{BaseURL}}" - "{{BaseURL}}/hangfire"
stop-at-first-match: true
matchers-condition: and matchers: - type: word part: body words: - 'Overview – Hangfire Dashboard' - 'Realtime Graph' condition: and case-insensitive: true
- type: status status: - 200# digest: 4b0a00483046022100ef1ef978941bcf49532cd5dc74d3d2b9253317951eca26a5179597e6e891c954022100c847a99d1c96056eb3250cd0997621d546f16fb5bb9d510e00555cf5b601068e:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/hangfire-dashboard.yaml"