30 lines
562 B
YAML
30 lines
562 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"'
|
||
|
|
||
|
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
|