Skip to content

Commit

Permalink
Merge pull request #8322 from Osb0rn3/main
Browse files Browse the repository at this point in the history
Resolve some issues to capture missed items
  • Loading branch information
DhiyaneshGeek authored Oct 8, 2023
2 parents c6d592b + 22be557 commit aa9ed33
Showing 1 changed file with 6 additions and 2 deletions.
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

0 comments on commit aa9ed33

Please sign in to comment.