Skip to content

Commit 70ac7c8

Browse files
committed
Author cleanup: fix unmatched angle brackets
1 parent d337d52 commit 70ac7c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/exploits/windows/ftp/sasser_ftpd_port.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize(info = {})
2323
This module exploits the FTP server component of the Sasser worm.
2424
By sending an overly long PORT command the stack can be overwritten.
2525
},
26-
'Author' => [ 'valsmith [at] metasploit.com>', 'chamuco [at] gmail.com>', 'patrick' ],
26+
'Author' => [ '<valsmith [at] metasploit.com>', '<chamuco [at] gmail.com>', 'patrick' ],
2727
'Arch' => [ ARCH_X86 ],
2828
'License' => MSF_LICENSE,
2929
'Version' => '$Revision$',

modules/post/multi/manage/multi_post.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def initialize(info={})
2929
of the module against the sessions and validation of the options provided.
3030
},
3131
'License' => MSF_LICENSE,
32-
'Author' => [ 'carlos_perez[at]darkoperator.com>'],
32+
'Author' => [ '<carlos_perez[at]darkoperator.com>'],
3333
'Version' => '$Revision$',
3434
'Platform' => [ 'windows', 'unix', 'osx', 'linux', 'solaris' ],
3535
'SessionTypes' => [ 'meterpreter','shell' ]

0 commit comments

Comments
 (0)