iCTF 2011. Challenge 31 ($ ?)

Program is not packed x86 executable ELF file.
There is a very easy logic here. Secret information about bank account is generated from input code.


First of all, text code is converted to binary:

And after it is compared with hardcoded value:

Correct code is:

So correct code is: 6b90ca12fec1b723e7b49c1092fecb4a75efcab71ecbfa37

 

Secret bank information: 7507067699078-37914640262

 

 

Leave a Reply

Your email address will not be published.