forgot comma, bleh

git-svn-id: file:///home/svn/framework3/trunk@9822 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Joshua Drake
2010-07-14 16:56:39 +00:00
parent 4b44fdb8c2
commit cef24f7098
+1 -1
View File
@@ -20,7 +20,7 @@ class Metasploit3 < Msf::Auxiliary
'Name' => 'FTP Client Exploit Mixin DATA test Exploit',
'Version' => '$Revision$',
'Description' => 'This module tests the "DATA" functionality of the ftp client exploit mixin.',
'Author' => [ 'Thomas Ring', 'jduck' ]
'Author' => [ 'Thomas Ring', 'jduck' ],
'License' => MSF_LICENSE
)