36 lines
895 B
YAML
36 lines
895 B
YAML
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
|
|
metadata:
|
|
max-request: 1
|
|
tags: exposure,unauth,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/__clockwork/latest"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '"id":'
|
|
- '"version":'
|
|
- '"method":'
|
|
- '"url":'
|
|
- '"time":'
|
|
part: body
|
|
condition: and
|
|
|
|
- type: word
|
|
words:
|
|
- "application/json"
|
|
part: header
|
|
|
|
# digest: 490a0046304402206ee163456be0533d6ac8ea3c120909ccc2fb7fd56534850aa9deff1b36973d6602201b5cd59d81386921fe9cfd0a7e0d87827915e6c39d4fcbbe666c6352bdb8c137:922c64590222798bb761d5b6d8e72950
|