Use [] for References

bug/bundler_fix
jvazquez-r7 2014-07-30 10:28:00 -05:00
parent 75057b5df3
commit 9de8297848
1 changed files with 3 additions and 3 deletions

View File

@ -28,9 +28,9 @@ class Metasploit3 < Msf::Exploit::Remote
'License' => MSF_LICENSE,
'References' =>
[
%w(OSVDB 82653),
%w(BID 53809),
%w(EDB 18993),
['OSVDB', '82653'],
['BID', '53809'],
['EDB', '18993'],
['URL', 'http://www.opensyscom.fr/Actualites/wordpress-plugins-asset-manager-shell-upload-vulnerability.html']
],
'Platform' => 'php',