32 lines
840 B
YAML
32 lines
840 B
YAML
id: gocd-unauth-dashboard
|
|
|
|
info:
|
|
name: GoCd Unauth Dashboard
|
|
author: dhiyaneshDk
|
|
severity: medium
|
|
description: GoCd Dashboard is exposed.
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"Create a pipeline - Go" html:"GoCD Version"
|
|
tags: go,gocd,unauth,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/go/admin/pipelines/create?group=defaultGroup'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Create a pipeline - Go</title>'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a0047304502205138b757ccc0742d887b97717a06383dd5ccfe5f0394ff3c193c4be652028887022100b791a416ff7c1da55813e25fbaed8b33cc7cc08e1d599a7a1bd42f10131ffacc:922c64590222798bb761d5b6d8e72950 |