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

38 lines
812 B
YAML
Raw Normal View History

2022-10-31 20:52:45 +00:00
id: hangfire-dashboard
info:
name: Hangfire Dashboard Panel - Detect
2022-10-31 20:52:45 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-10-31 20:52:45 +00:00
metadata:
max-request: 2
2022-10-31 20:52:45 +00:00
verified: true
shodan-query: title:"Overview Hangfire Dashboard"
2022-11-01 14:26:44 +00:00
tags: panel,hangfire
2022-10-31 20:52:45 +00:00
http:
2022-10-31 20:52:45 +00:00
- method: GET
path:
- "{{BaseURL}}"
2022-11-01 14:26:44 +00:00
- "{{BaseURL}}/hangfire"
2022-10-31 20:52:45 +00:00
2022-11-01 14:26:44 +00:00
stop-at-first-match: true
2022-10-31 20:52:45 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Overview Hangfire Dashboard'
- 'Realtime Graph'
condition: and
2022-11-01 14:26:44 +00:00
case-insensitive: true
2022-10-31 20:52:45 +00:00
- type: status
status:
- 200