Post

Find The Easy Pass


The challenge file was an executable which when executed prompt to enter a password.

GUI1

To check, ‘ape’ was entered as password which failed obviously.

GUI2

The challenge binary was loaded in IDA and cross-reference to “Wrong Password!” string was searched which lead to main logic of the check.

IDA

Then challenge binary was loaded in x32dbg to check the flag.

x32dbg

1
HTB{fortran!}

This post is licensed under CC BY 4.0 by the author.

Trending Tags