Challenge 21 ☆☆☆☆☆
Welcome to challenge Challenge 21.
Find the secret hidden in the WrongSecrets repository. This challenge focuses on Binary.
💡 Look for: Configuration files, source code, environment variables, Docker files, or cloud infrastructure related to this challenge.
Our third language of choice for a compiled application is Go. With the rise of its popularity, we see an increase of secrets hidden inside the binaries. Can you find the secret in our binary?
Let’s debunk the "secrets are hard to find in native compiled applications" myth for Go: can you find the secret in wrongsecrets-golang (or wrongsecrets-golang-arm, wrongsecrets-golang-linux)?
Try downloading the binary and run it locally (e.g. ./wrongsecrets-golang<theversion you need> guess test
).