1943

CHALLENGE 0

  • Let's connect using the following command.

$ socat file:`tty`,rawer tcp:otp0.2023-bq.ctfcompetition.com:1337
  • Once we are connected, we are greeted with the following screen.

  • The password we have to enter is Sidney.

  • The Fire message is about a fire while the Important message contains information about the Venona project.

  • If we try to access the Spam message we are prompted to enter the secret key that we have been provided with.

  • The double equal signs is a common indicator of Base64 encoding.

  • Let's decode the key using Cyberchef.

  • Some more information about the Venona project.

  • We can now access the Spam message.

Flag

CHALLENGE 1

CHALLENGE 2

Last updated

Was this helpful?