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

32 lines
612 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
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