35 lines
735 B
YAML
35 lines
735 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
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/sidekiq"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- <title>Sidekiq</title>
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by md on 2023/01/18
|