Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions http/exposed-panels/sidekiq-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ id: sidekiq-dashboard

info:
name: Sidekiq Dashboard Panel - Detect
author: dhiyaneshDK
author: dhiyaneshDK,AmirMSafari
severity: medium
description: Sidekiq Dashboard panel was detected.
reference:
Expand All @@ -13,21 +13,25 @@ info:
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
tags: unauth,panel,sidekiq

http:
- method: GET
path:
- "{{BaseURL}}/sidekiq"

redirects: true
max-redirects: 3
matchers-condition: and
matchers:
- type: word
part: body
words:
- <title>Sidekiq</title>
- <title>Sidekiq Enterprise</title>
condition: or

- type: status
status:
Expand Down