Update hangfire-dashboard.yaml
parent
41e38b49f1
commit
f17a165680
|
@ -1,19 +1,21 @@
|
|||
id: hangfire-dashboard
|
||||
|
||||
info:
|
||||
name: Hangfire Dashboard
|
||||
name: Hangfire Dashboard Panel
|
||||
author: DhiyaneshDk
|
||||
severity: low
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"Overview – Hangfire Dashboard"
|
||||
tags: hangfire,panel
|
||||
tags: panel,hangfire
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
- "{{BaseURL}}/hangfire"
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
|
@ -22,6 +24,7 @@ requests:
|
|||
- 'Overview – Hangfire Dashboard'
|
||||
- 'Realtime Graph'
|
||||
condition: and
|
||||
case-insensitive: true
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue