Find The Easy Pass
The challenge file was an executable which when executed prompt to enter a password.
To check, ‘ape’ was entered as password which failed obviously.
The challenge binary was loaded in IDA and cross-reference to “Wrong Password!” string was searched which lead to main logic of the check.
Then challenge binary was loaded in x32dbg to check the flag.
1
HTB{fortran!}
This post is licensed under CC BY 4.0 by the author.