nuclei-templates/http/exposed-panels/goodjob-dashboard.yaml

32 lines
605 B
YAML
Raw Normal View History

2024-01-07 11:41:43 +00:00
id: goodjob-dashboard
2024-01-07 11:51:34 +00:00
info:
2024-01-07 11:41:43 +00:00
name: goodjob-dashboard
author: hahwul
severity: medium
description: Rails GoodJob Dashboard panel was detected.
reference:
- https://github.com/bensheldon/good_job
2024-01-07 11:51:34 +00:00
metadata:
2024-01-07 11:41:43 +00:00
max-request: 2
tags: unauth,panel,goodjob
requests:
- method: GET
path:
- "{{BaseURL}}/jobs"
- "{{BaseURL}}/good_job/jobs"
redirects: true
max-redirects: 3
matchers-condition: and
matchers:
- type: word
words:
- <title>Good Job Dashboard</title>
part: body
- type: status
status:
- 200