...
parent
4d6e19b40b
commit
a199c397e4
|
@ -1,9 +1,7 @@
|
||||||
# Dopewars DOS attack
|
# Dopewars DOS attack
|
||||||
#
|
#
|
||||||
# The Jet command is susceptible to a segfault.
|
# The jet command in Dopewars <= 1.5.12 is vulnerable to a segmentaion
|
||||||
# This will crash the server but does not seem to be
|
# fault due to a lack of input validation.
|
||||||
# exploitable any further.
|
|
||||||
# This has been fixed in the SVN version.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
require 'msf/core'
|
require 'msf/core'
|
||||||
|
@ -17,8 +15,7 @@ class Metasploit4 < Msf::Auxiliary
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => 'Dopewars Denial of Service',
|
'Name' => 'Dopewars Denial of Service',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module sends a specially-crafted packet to a Dopewars
|
The jet command in Dopewars 1.5.12 is vulnerable to a segmentaion fault due to a lack of input validation.
|
||||||
server, causing a SEGFAULT.
|
|
||||||
},
|
},
|
||||||
'Author' => [ 'Doug Prostko <dougtko[at]gmail.com>' ],
|
'Author' => [ 'Doug Prostko <dougtko[at]gmail.com>' ],
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
|
|
Loading…
Reference in New Issue