nuclei-templates/exposed-panels/hangfire-dashboard.yaml

39 lines
828 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

id: hangfire-dashboard
info:
name: Hangfire Dashboard Panel - Detect
author: DhiyaneshDk
severity: low
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
cvss-score: 0.0
cwe-id: CWE-200
metadata:
verified: true
shodan-query: title:"Overview Hangfire Dashboard"
tags: panel,hangfire
requests:
- 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
# Enhanced by md on 2022/11/16