Merge pull request #3072 from DhiyaneshGeek/master

Login Panel and Metadata Updation
patch-1
Sandeep Singh 2021-11-05 02:58:58 +05:30 committed by GitHub
commit 906a0780ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 31 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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