Executable : https://repo.zenk-security.com/hackingweek2014_ctf/crackme-01
$ file crackme-01 crackme-01: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.32, dynamically linked (uses shared libs), stripped
Le crackme 1 est un ELF 32 bits basique.
Le pseudo-code est le suivant :
read(0, buff, 9); buff[2]--; strcmp(buff, "Eigh1je8");
La solution consiste donc à incrémenter le 3e caractère, ce qui donne comme flag :
Eihh1je8
$ ./crackme-01 Enter password: Eihh1je8 sh-4.2$