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

27 lines
443 B
YAML
Raw Normal View History

2020-09-29 08:38:09 +00:00
id: sidekiq-dashboard
info:
name: sidekiq-dashboard
author: dhiyaneshDK
reference:
- https://sidekiq.org
- https://github.com/mperham/sidekiq
2020-09-29 08:38:09 +00:00
severity: medium
2021-03-12 08:57:14 +00:00
tags: unauth
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