Skip to content

GoCD Login Panel - Detect

ID: gocd-login

Severity: info

Author: dhiyaneshDK

Tags: go,panel,gocd,thoughtworks

GoCD login panel was detected.

id: gocd-login
info:
name: GoCD Login Panel - Detect
author: dhiyaneshDK
severity: info
description: GoCD login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:thoughtworks:gocd:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: thoughtworks
product: gocd
shodan-query:
- html:"GoCD Version"
- http.html:"gocd version"
- http.title:"create a pipeline - go" html:"gocd version"
fofa-query:
- title="create a pipeline - go" html:"gocd version"
- body="gocd version"
google-query: intitle:"create a pipeline - go" html:"gocd version"
tags: go,panel,gocd,thoughtworks
http:
- method: GET
path:
- '{{BaseURL}}/go/auth/login'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Login - Go</title>'
- 'gocd-params'
- type: status
status:
- 200
# digest: 4a0a00473045022100d8292ebc6351f6067a32752313830ccbe628b8822d2bcc3b11e3bcd54949e4db02206e53074d7caa793814500a8bf1432f4ab3e73d08dcd949aa2b385b129ea49cbf:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/gocd-login.yaml"

View on Github