Author cleanup: fix unmatched angle brackets
parent
d337d5204b
commit
70ac7c8345
|
@ -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$',
|
||||
|
|
|
@ -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' ]
|
||||
|
|
Loading…
Reference in New Issue