Added goodjob-dashbard Template

patch-1
HAHWUL 2024-01-07 20:41:43 +09:00
parent bae4fdda17
commit bbb9cc5cd7
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: goodjob-dashboard
info:
name: goodjob-dashboard
author: hahwul
severity: medium
description: Rails GoodJob Dashboard panel was detected.
reference:
- https://github.com/bensheldon/good_job
metadata:
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