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

30 lines
590 B
YAML
Raw Normal View History

2021-11-04 20:57:08 +00:00
id: gocd-unauth-dashboard
info:
name: GoCd Unauth Dashboard
author: dhiyaneshDk
severity: medium
metadata:
2021-11-04 21:26:16 +00:00
shodan-query: http.title:"Create a pipeline - Go",html:"GoCD Version"
2021-11-06 10:57:38 +00:00
tags: go,gocd,unauth,misconfig
2021-11-04 21:26:16 +00:00
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