32 lines
612 B
YAML
32 lines
612 B
YAML
id: hangfire-dashboard
|
||
|
||
info:
|
||
name: Hangfire Dashboard Panel
|
||
author: DhiyaneshDk
|
||
severity: low
|
||
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
|