Fix References field

bug/bundler_fix
jvazquez-r7 2013-09-24 15:16:02 -05:00
parent adfacfbed1
commit 34b84395c1
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class Metasploit3 < Msf::Exploit::Remote
],
'References' =>
[
'URL' => 'http://packetstormsecurity.com/files/122799/ZeroShell-2.0RC2-File-Disclosure-Command-Execution.html'
[ 'URL', 'http://packetstormsecurity.com/files/122799/ZeroShell-2.0RC2-File-Disclosure-Command-Execution.html' ]
],
'Platform' => ['linux'],
'Arch' => ARCH_X86,