BM01 - 250pts
Last updated
Was this helpful?
Last updated
Was this helpful?
Download the file and find a way to get the flag. Contents: program
Challenge Files:
Running the program shows strange text. We can paste this into Google Translate to find that it is Russian. Какой пароль?
translates to What password?
. Entering some input produces неверный
, which translates to incorrect
.
Let's decompile the binary using Ghidra.
main
function:
The program compares the user input to молоток123
, which translates to hammer123
.
Running the program and entering молоток123
outputs верный! флаг: wh1te%BluE$R3d
(Translation: Right! Flag:
wh1te%BluE$R3d), which is the flag.
wh1te%BluE$R3d