nuclei-templates/misconfiguration/sidekiq-dashboard.yaml

23 lines
348 B
YAML
Raw Normal View History

2020-09-29 08:38:09 +00:00
id: sidekiq-dashboard
info:
name: sidekiq-dashboard
author: dhiyaneshDK
severity: medium
requests:
- method: GET
path:
- "{{BaseURL}}/sidekiq"
matchers-condition: and
matchers:
- type: word
words:
- <title>Sidekiq</title>
part: body
- type: status
status:
- 200