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

35 lines
730 B
YAML

id: sidekiq-dashboard
info:
name: Sidekiq Dashboard Panel - Detect
author: dhiyaneshDK
severity: medium
description: Sidekiq Dashboard panel was detected.
reference:
- https://sidekiq.org
- https://github.com/mperham/sidekiq
- https://github.com/mperham/sidekiq/wiki/Monitoring
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
tags: unauth,panel,sidekiq
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/sidekiq"
matchers-condition: and
matchers:
- type: word
part: body
words:
- <title>Sidekiq</title>
- type: status
status:
- 200