juans feedback included
parent
607b1c5c14
commit
7965f54890
|
@ -21,7 +21,9 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Description' => %q{
|
||||
This module can be used to execute a payload on Linksys Routers
|
||||
},
|
||||
'Author' => [ 'Michael Messner <devnull@s3cur1ty.de>'],
|
||||
'Author' => [ 'Michael Messner <devnull@s3cur1ty.de>',
|
||||
'juan vazquez' # minor help
|
||||
],
|
||||
'License' => MSF_LICENSE,
|
||||
'References' =>
|
||||
[
|
||||
|
@ -33,7 +35,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'DisclosureDate' => 'Feb 05 2013',
|
||||
'Privileged' => true,
|
||||
'Platform' => ['linux','unix'],
|
||||
#'Arch' => ARCH_MIPSLE,
|
||||
'Payload' =>
|
||||
{
|
||||
'DisableNops' => true
|
||||
|
|
Loading…
Reference in New Issue