Simple Shellcode Injection
A pwn writeup for TUCTF-18 "shelleasy": overwrite a stack variable to 0xdeadbeef, then inject and jump to 32-bit shellcode on an executable stack.
Security Engineer. Notes on security research, exploitation and CTFs.
A pwn writeup for TUCTF-18 "shelleasy": overwrite a stack variable to 0xdeadbeef, then inject and jump to 32-bit shellcode on an executable stack.
A byte-at-a-time attack that recovers a secret from an AES-ECB oracle, exploiting the fact that ECB encrypts identical blocks identically.