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

39 lines
851 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
author: dhiyaneshDK,AmirMSafari
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
metadata:
max-request: 1
2020-09-29 08:38:09 +00:00
http:
2020-09-29 08:38:09 +00:00
- method: GET
path:
- "{{BaseURL}}/sidekiq"
matchers-condition: and
redirects: true
max-redirects: 3
2020-09-29 08:38:09 +00:00
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>
- <title>Sidekiq Enterprise</title>
condition: or
2020-09-29 08:38:09 +00:00
- type: status
status:
- 200