Francis Bacon

Category: Crypto - Points: 100 - Solves: Description: Decipher the hidden message!

Solution: To solve this challenge you need to decipher the flag in the chal2 file. If we do a file chal2 command, we can see that's an ASCII text file. To see the content file, we do cat chal2 and this string is send back : AAAABAAAAAAAABAABBABABBAAAAABAAAAAAABBAAAABABABAAABAAAAAABAABAABBABBBA To find the string encryption, we can go on this website The Bacon Cipher is detected and if we go on the website to decrypt this string the flag is decode. image

🚩 FLAG
  HACKDAY{BACONCANFIREUP}

Last updated

Was this helpful?