diff --git a/modules/exploits/unix/webapp/hybridauth_install_php_exec.rb b/modules/exploits/unix/webapp/hybridauth_install_php_exec.rb index d2158085df..b72979dd10 100644 --- a/modules/exploits/unix/webapp/hybridauth_install_php_exec.rb +++ b/modules/exploits/unix/webapp/hybridauth_install_php_exec.rb @@ -30,8 +30,8 @@ class Metasploit3 < Msf::Exploit::Remote ], 'References' => [ - %w|EDB 34273 |, - %w|OSVDB 109838| + ['EDB', '34273'], + ['OSVDB','109838'] ], 'Arch' => ARCH_PHP, 'Platform' => 'php',