Author cleanup: fix unmatched angle brackets

This commit is contained in:
Michael Schierl 2012-10-22 19:45:27 +02:00
parent d337d5204b
commit 70ac7c8345
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.
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 ],
'License' => MSF_LICENSE,
'Version' => '$Revision$',

View File

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