Sidekiq Dashboard Panel - Detect
ID: sidekiq-dashboard
Severity: medium
Author: dhiyaneshDK,AmirMSafari
Tags: unauth,panel,sidekiq,contribsys
Description
Section titled “Description”Sidekiq Dashboard panel was detected.
YAML Source
Section titled “YAML Source”id: sidekiq-dashboard
info: name: Sidekiq Dashboard Panel - Detect author: dhiyaneshDK,AmirMSafari 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 cpe: cpe:2.3:a:contribsys:sidekiq:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: contribsys product: sidekiq fofa-query: title="sidekiq" shodan-query: http.title:"sidekiq" google-query: intitle:"sidekiq" tags: unauth,panel,sidekiq,contribsys
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: - 200# digest: 4b0a00483046022100d719e1cd42bac467c22504d03d7eb101979c00bb333de1401bfbf642533009c7022100e7d6360d0c1ca0862b282162940fdd3a3596e5254db777773313c32699f136a6:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/sidekiq-dashboard.yaml"