Skip to content

Commit 5e7a4f1

Browse files
author
HD Moore
committed
Fix platform/arch
1 parent e15c731 commit 5e7a4f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/multi/http/rails_xml_yaml_code_exec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ def initialize(info = {})
3535
['CVE', '2013-0156'],
3636
['URL', 'https://community.rapid7.com/community/metasploit/blog/2013/01/09/serialization-mischief-in-ruby-land-cve-2013-0156']
3737
],
38-
'Platform' => [ 'ruby'],
39-
'Arch' => [ 'ruby'],
38+
'Platform' => 'ruby',
39+
'Arch' => ARCH_RUBY,
4040
'Privileged' => false,
4141
'Targets' => [ ['Automatic', {} ] ],
4242
'DisclosureDate' => 'Jan 7 2013',

0 commit comments

Comments
 (0)