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

27 lines
443 B
YAML

id: sidekiq-dashboard
info:
name: sidekiq-dashboard
author: dhiyaneshDK
reference:
- https://sidekiq.org
- https://github.com/mperham/sidekiq
severity: medium
tags: unauth
requests:
- method: GET
path:
- "{{BaseURL}}/sidekiq"
matchers-condition: and
matchers:
- type: word
words:
- <title>Sidekiq</title>
part: body
- type: status
status:
- 200