Challenge 30 ββ
Welcome to challenge Challenge 30.
Find the secret hidden in the WrongSecrets repository. This challenge focuses on Front-end.
π‘ Look for: Configuration files, source code, environment variables, Docker files, or cloud infrastructure related to this challenge.
The client receives a random value from the server and needs to return it as the answer to prove it is the server. This often happens when, for instance, you need to provide a session token. The token is generated randomly at server startup, so you cannot find it in code. But what if we store it insecurely with the client?