From 34b84395c16be39eaa4b728f5b2de14eff741bac Mon Sep 17 00:00:00 2001 From: jvazquez-r7 Date: Tue, 24 Sep 2013 15:16:02 -0500 Subject: [PATCH] Fix References field --- modules/exploits/unix/webapp/zeroshell_exec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/unix/webapp/zeroshell_exec.rb b/modules/exploits/unix/webapp/zeroshell_exec.rb index 7c291ea823..9cbd038418 100644 --- a/modules/exploits/unix/webapp/zeroshell_exec.rb +++ b/modules/exploits/unix/webapp/zeroshell_exec.rb @@ -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,