Plain Sight


Solution

An ELF 64-bits file is given

The program need a password to be verified

Open Ghidra, analyse the code.

As we see below, the main function called Login function.

So, at Login function, we can see that it checks for a password at line 16. The program will return "Welcome!" text if we input the password do_not_hardcode.

Last updated