ELF x86 crackpass¶
Root-me challenge: bypass the algorithm. Compiled with : gcc -fno-stack-protector -o Crack && strip Crack on Linux x86 (Debian)
NOP the
jneat address0x0804861e
Use
objdump -d 2 | grep 804861eReplace
75with74(fromjnetoje)
Counter moves¶
The password check sits in plain view here. Server-side validation is what removes a local check entirely. Defenders’ notes on this are under the application layer as a target.