nuclei-templates/misconfiguration/gocd/gocd-unauth-dashboard.yaml

30 lines
601 B
YAML

id: gocd-unauth-dashboard
info:
name: GoCd Unauth Dashboard
author: dhiyaneshDk
severity: medium
tags: go,gocd,unauth
metadata:
shodan-query: 'http.title:"Create a pipeline - Go"'
shodan-query: 'html:"GoCD Version"'
requests:
- 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