Skip to content

Latest commit

 

History

History

briefcase

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Deal or No Deal

Description:

We made a game just like Deal or No Deal, but the briefcases are based on a string we gave it. Can't be any problems there!!

[briefcase]

Writeup

You have to just work backwards from the end to find the solve. You can start with the furthest back and just find possible ways to work backwards until you find a solve. One way is to recreate the logic of the system and just brute force word by word.

Flag - byuctf{y0u_cAn_uS3_rust!}