41 lines
1006 B
YAML
41 lines
1006 B
YAML
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
|
||
cvss-score: 0
|
||
cwe-id: CWE-200
|
||
metadata:
|
||
verified: true
|
||
max-request: 2
|
||
shodan-query: title:"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: 4a0a0047304502206151ce16b6bbb360ebdb825a57bc85f05e955c099ec14791ba2d76bbd97421f9022100ba8580c636d76fac4c3788e81a256814ff007fc5b4bd930d3e2f751d84a1bd15:922c64590222798bb761d5b6d8e72950
|