Fix platform/arch

bug/bundler_fix
HD Moore 2013-01-09 23:24:37 -06:00
parent e15c731651
commit 5e7a4f154e
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ class Metasploit3 < Msf::Exploit::Remote
['CVE', '2013-0156'],
['URL', 'https://community.rapid7.com/community/metasploit/blog/2013/01/09/serialization-mischief-in-ruby-land-cve-2013-0156']
],
'Platform' => [ 'ruby'],
'Arch' => [ 'ruby'],
'Platform' => 'ruby',
'Arch' => ARCH_RUBY,
'Privileged' => false,
'Targets' => [ ['Automatic', {} ] ],
'DisclosureDate' => 'Jan 7 2013',