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

35 lines
735 B
YAML
Raw Normal View History

2020-09-29 08:38:09 +00:00
id: sidekiq-dashboard
info:
2023-02-06 20:14:38 +00:00
name: Sidekiq Dashboard Panel - Detect
2020-09-29 08:38:09 +00:00
author: dhiyaneshDK
2023-02-06 20:14:38 +00:00
severity: medium
description: Sidekiq Dashboard panel was detected.
reference:
- https://sidekiq.org
- https://github.com/mperham/sidekiq
2023-02-02 23:05:19 +00:00
- https://github.com/mperham/sidekiq/wiki/Monitoring
classification:
2023-02-06 20:14:38 +00:00
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
2022-01-03 16:06:23 +00:00
tags: unauth,panel,sidekiq
2020-09-29 08:38:09 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/sidekiq"
matchers-condition: and
matchers:
- type: word
2023-02-06 20:14:38 +00:00
part: body
2020-09-29 08:38:09 +00:00
words:
- <title>Sidekiq</title>
- type: status
status:
- 200
# Enhanced by md on 2023/01/18