Challenge 65 ☆☆
Welcome to challenge Challenge 65.
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.
Plain strings inside a Java CLI are easy to recover once the JAR is downloaded. Can you find the secret hidden in our plain Java CLI?
To solve it:
Download and inspect wrongsecrets-java.jar.
Decompile the JAR or inspect the main class with a Java decompiler such as CFR, JADX, IntelliJ IDEA, or javap.
Look for the class that returns the secret and identify the plain string embedded in the CLI.
Once you recover the exact secret value, you can submit it in the box below or validate it with java -jar wrongsecrets-java.jar <your recovered secret>.