2021-07-21 05:32:36 +00:00
|
|
|
id: clockwork-dashboard-exposure
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Clockwork Dashboard Exposure
|
|
|
|
author: dhiyaneshDk
|
|
|
|
severity: high
|
|
|
|
reference: https://github.com/detectify/ugly-duckling/blob/master/modules/crowdsourced/clockwork-dashboard-exposure.json
|
|
|
|
tags: exposure,unauth
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/__clockwork/latest"
|
2021-07-23 19:22:24 +00:00
|
|
|
|
2021-07-21 05:32:36 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-07-23 21:43:09 +00:00
|
|
|
- '"id":'
|
|
|
|
- '"version":'
|
|
|
|
- '"method":'
|
|
|
|
- '"url":'
|
|
|
|
- '"time":'
|
2021-07-21 05:32:36 +00:00
|
|
|
part: body
|
2021-07-21 11:53:40 +00:00
|
|
|
condition: and
|
2021-07-23 19:22:09 +00:00
|
|
|
|
2021-07-21 05:32:36 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
part: header
|