GoCd Encryption Key
ID: gocd-encryption-key
Severity: low
Author: dhiyaneshDk
Tags: go,gocd,exposure,misconfig
Description
Section titled “Description”GoCd Encryption Key is exposed.
YAML Source
Section titled “YAML Source”id: gocd-encryption-key
info: name: GoCd Encryption Key author: dhiyaneshDk severity: low description: GoCd Encryption Key is exposed. reference: - https://attackerkb.com/assessments/9101a539-4c6e-4638-a2ec-12080b7e3b50 - https://blog.sonarsource.com/gocd-pre-auth-pipeline-takeover - https://twitter.com/wvuuuuuuuuuuuuu/status/1456316586831323140 classification: cpe: cpe:2.3:a:thoughtworks:gocd:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: thoughtworks product: gocd shodan-query: http.title:"Create a pipeline - Go" html:"GoCD Version" tags: go,gocd,exposure,misconfig
http: - method: GET path: - "{{BaseURL}}/go/add-on/business-continuity/api/cipher.aes"
matchers-condition: and matchers: - type: status status: - 200
- type: regex regex: - "([a-z0-9]){32}"
- type: word part: header words: - "text/plain"
extractors: - type: regex regex: - "([a-z0-9]){32}"# digest: 4b0a00483046022100df97ee50936c7f3a923562ae2f792cd3b1bd0f52e2ce1af0936e48a46185ee7c022100d6296562b89135f73335a206c1877c6b8ff1283e3c6403c925e8d6a43b0089da:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/misconfiguration/gocd/gocd-encryption-key.yaml"