2021-11-04 20:57:08 +00:00
|
|
|
id: gocd-unauth-dashboard
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: GoCd Unauth Dashboard
|
|
|
|
author: dhiyaneshDk
|
|
|
|
severity: medium
|
2021-11-04 20:59:38 +00:00
|
|
|
tags: go,gocd,unauth
|
2021-11-04 20:57:08 +00:00
|
|
|
metadata:
|
|
|
|
shodan-query: 'http.title:"Create a pipeline - Go"'
|
2021-11-04 21:21:56 +00:00
|
|
|
shodan-query: 'html:"GoCD Version"'
|
2021-11-04 20:57:08 +00:00
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/go/admin/pipelines/create?group=defaultGroup'
|
2021-11-04 20:59:38 +00:00
|
|
|
|
2021-11-04 20:57:08 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '<title>Create a pipeline - Go</title>'
|
|
|
|
|
|
|
|
- type: word
|
2021-11-04 20:59:38 +00:00
|
|
|
part: header
|
2021-11-04 20:57:08 +00:00
|
|
|
words:
|
|
|
|
- "text/html"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|