Skip to content

Commit 7965f54

Browse files
author
m-1-k-3
committed
juans feedback included
1 parent 607b1c5 commit 7965f54

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/exploits/linux/http/linksys_e1500_up_exec.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ def initialize(info = {})
2121
'Description' => %q{
2222
This module can be used to execute a payload on Linksys Routers
2323
},
24-
'Author' => [ 'Michael Messner <[email protected]>'],
24+
'Author' => [ 'Michael Messner <[email protected]>',
25+
'juan vazquez' # minor help
26+
],
2527
'License' => MSF_LICENSE,
2628
'References' =>
2729
[
@@ -33,7 +35,6 @@ def initialize(info = {})
3335
'DisclosureDate' => 'Feb 05 2013',
3436
'Privileged' => true,
3537
'Platform' => ['linux','unix'],
36-
#'Arch' => ARCH_MIPSLE,
3738
'Payload' =>
3839
{
3940
'DisableNops' => true

0 commit comments

Comments
 (0)