BE01
About The Challenge
Type
Difficulty
Binary
Easy
Solution
In the first binary challenge they provide for us a Linux binary program that requesting a password as input.

By looking at the strings of the binary we can identify the password. We can here use strings
command.

We identified that the the password is: thisisNOT-a_Passw0RD-ToGuess-Easily

After submitting that password we will get the flag.
Flag is: sImpLEASCiiSTriNGS-32910
Last updated
Was this helpful?