fix array commas

git-svn-id: file:///home/svn/framework3/trunk@11130 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-11-24 20:31:45 +00:00
parent 4275ee528d
commit 10892a3fc3
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ class Metasploit3 < Msf::Auxiliary
'Author' =>
[
'Alligator Security Team',
'Heyder Andrade <heyder[at]alligatorteam.org>'
'Heyder Andrade <heyder[at]alligatorteam.org>',
'Leandro Oliveira <leadro[at]alligatorteam.org>'
],
'License' => MSF_LICENSE,
@ -36,7 +36,7 @@ class Metasploit3 < Msf::Auxiliary
'References' =>
[
[ 'CVE', '2010-1899' ],
[ 'URL', 'http://www.exploit-db.com/exploits/15167/' ],
[ 'URL', 'http://www.exploit-db.com/exploits/15167/' ]
],
'DisclosureDate' => 'Out 01 2010'))