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

34 lines
688 B
YAML

id: sidekiq-dashboard
info:
name: Sidekiq Dashboard Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Sidekiq Dashboard login panel was detected.
reference:
- https://sidekiq.org
- https://github.com/mperham/sidekiq
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: unauth,panel,sidekiq
requests:
- method: GET
path:
- "{{BaseURL}}/sidekiq"
matchers-condition: and
matchers:
- type: word
words:
- <title>Sidekiq</title>
part: body
- type: status
status:
- 200
# Enhanced by md on 2023/01/18