Challenge 22 ☆☆☆☆☆
Welcome to challenge Challenge 22.
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.
Similar like hiding secrets in an application written in C, you can do this in Rust. Ghidra is not that good at analysing Rust by default, though… Can you find the secret in our binary?
Let’s debunk the "secrets are hard to find in native compiled applications" myth for Rust: can you find the secret in wrongsecrets-rust (or wrongsecrets-rust-arm, wrongsecrets-rust-linux)?
Try downloading the binary and run it locally (e.g. ./wrongsecrets-rust<theversion you need> <your answer>
).