From 1323081bce7d748c1a638b8928302bd241078e18 Mon Sep 17 00:00:00 2001 From: sinn3r Date: Fri, 21 Dec 2012 16:11:16 -0600 Subject: [PATCH] msftidy cleanup --- modules/exploits/multi/http/netwin_surgeftp_exec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/exploits/multi/http/netwin_surgeftp_exec.rb b/modules/exploits/multi/http/netwin_surgeftp_exec.rb index dc0a7b8dbb..1113a2f973 100644 --- a/modules/exploits/multi/http/netwin_surgeftp_exec.rb +++ b/modules/exploits/multi/http/netwin_surgeftp_exec.rb @@ -21,7 +21,7 @@ class Metasploit3 < Msf::Exploit::Remote or prior. In order to execute commands via the FTP service, please note that you must have a valid credential to the web-based administrative console. }, - 'Author' => + 'Author' => [ 'Spencer McIntyre', #Who found this vuln? 'sinn3r' @@ -41,7 +41,7 @@ class Metasploit3 < Msf::Exploit::Remote [ 'Unix', { 'Arch'=>ARCH_CMD, 'Platform'=>'unix'} ] ], 'DisclosureDate' => 'Dec 06 2012')) - + register_options( [ Opt::RPORT(7021),