Author cleanup: fix unmatched angle brackets

unstable
Michael Schierl 2012-10-22 19:45:27 +02:00 committed by corelanc0d3r
parent e94c68d85b
commit ece6d84e92
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ class Metasploit3 < Msf::Exploit::Remote
This module exploits the FTP server component of the Sasser worm. This module exploits the FTP server component of the Sasser worm.
By sending an overly long PORT command the stack can be overwritten. By sending an overly long PORT command the stack can be overwritten.
}, },
'Author' => [ 'valsmith [at] metasploit.com>', 'chamuco [at] gmail.com>', 'patrick' ], 'Author' => [ '<valsmith [at] metasploit.com>', '<chamuco [at] gmail.com>', 'patrick' ],
'Arch' => [ ARCH_X86 ], 'Arch' => [ ARCH_X86 ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision$', 'Version' => '$Revision$',

View File

@ -29,7 +29,7 @@ class Metasploit3 < Msf::Post
of the module against the sessions and validation of the options provided. of the module against the sessions and validation of the options provided.
}, },
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Author' => [ 'carlos_perez[at]darkoperator.com>'], 'Author' => [ '<carlos_perez[at]darkoperator.com>'],
'Version' => '$Revision$', 'Version' => '$Revision$',
'Platform' => [ 'windows', 'unix', 'osx', 'linux', 'solaris' ], 'Platform' => [ 'windows', 'unix', 'osx', 'linux', 'solaris' ],
'SessionTypes' => [ 'meterpreter','shell' ] 'SessionTypes' => [ 'meterpreter','shell' ]