commit
906a0780ec
|
@ -0,0 +1,24 @@
|
|||
id: gocd-login
|
||||
|
||||
info:
|
||||
name: GoCD Login
|
||||
author: dhiyaneshDK
|
||||
severity: info
|
||||
tags: go,panel,gocd
|
||||
metadata:
|
||||
shodan-query: 'html:"GoCD Version"'
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/go/auth/login'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>Login - Go</title>'
|
||||
- 'gocd-params'
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -10,7 +10,7 @@ info:
|
|||
- https://twitter.com/wvuuuuuuuuuuuuu/status/1456316586831323140
|
||||
tags: go,lfi,gocd
|
||||
metadata:
|
||||
shodan-query: 'http.title:"Create a pipeline - Go"'
|
||||
shodan-query: http.title:"Create a pipeline - Go",html:"GoCD Version"
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
|
|
@ -10,7 +10,7 @@ info:
|
|||
- https://twitter.com/wvuuuuuuuuuuuuu/status/1456316586831323140
|
||||
tags: go,lfi,gocd
|
||||
metadata:
|
||||
shodan-query: 'http.title:"Create a pipeline - Go"'
|
||||
shodan-query: http.title:"Create a pipeline - Go",html:"GoCD Version"
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
|
|
@ -10,7 +10,7 @@ info:
|
|||
- https://twitter.com/wvuuuuuuuuuuuuu/status/1456316586831323140
|
||||
tags: go,lfi,gocd
|
||||
metadata:
|
||||
shodan-query: 'http.title:"Create a pipeline - Go"'
|
||||
shodan-query: http.title:"Create a pipeline - Go",html:"GoCD Version"
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
|
|
@ -6,7 +6,7 @@ info:
|
|||
severity: medium
|
||||
tags: go,gocd,unauth
|
||||
metadata:
|
||||
shodan-query: 'http.title:"Create a pipeline - Go"'
|
||||
shodan-query: http.title:"Create a pipeline - Go",html:"GoCD Version"
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
|
|
@ -5,9 +5,6 @@ info:
|
|||
description: A simple workflow that runs all GoCD Pipeline related nuclei templates on a given target.
|
||||
|
||||
workflows:
|
||||
|
||||
- template: technologies/tech-detect.yaml
|
||||
matchers:
|
||||
- name: gocd
|
||||
subtemplates:
|
||||
- tags: gocd
|
||||
- template: exposed-panels/gocd-login.yaml
|
||||
subtemplates:
|
||||
- tags: gocd
|
Loading…
Reference in New Issue