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

34 lines
690 B
YAML
Raw Normal View History

2020-09-29 08:38:09 +00:00
id: sidekiq-dashboard
info:
name: Sidekiq Dashboard Login Panel - Detect
2020-09-29 08:38:09 +00:00
author: dhiyaneshDK
severity: medium
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:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
2022-01-03 16:06:23 +00:00
tags: unauth,panel,sidekiq
2020-09-29 08:38:09 +00:00
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