misc update
parent
62a629cda9
commit
99ba23f9af
|
@ -28,4 +28,4 @@ requests:
|
|||
- "server agentAutoRegisterKey"
|
||||
- "webhookSecret"
|
||||
- "tokenGenerationKey"
|
||||
part: body
|
||||
condition: and
|
|
@ -4,7 +4,7 @@ info:
|
|||
name: GoCd Unauth Dashboard
|
||||
author: dhiyaneshDk
|
||||
severity: medium
|
||||
tags: go,lfi,gocd
|
||||
tags: go,gocd,unauth
|
||||
metadata:
|
||||
shodan-query: 'http.title:"Create a pipeline - Go"'
|
||||
|
||||
|
@ -12,18 +12,17 @@ requests:
|
|||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/go/admin/pipelines/create?group=defaultGroup'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>Create a pipeline - Go</title>'
|
||||
condition: and
|
||||
part: body
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
Loading…
Reference in New Issue