Two more fixes, Arch and unneeded include.

bug/bundler_fix
joernchen of Phenoelit 2013-08-09 09:23:50 +02:00
parent 155c121cbb
commit 376c37d4cc
1 changed files with 2 additions and 3 deletions

View File

@ -96,7 +96,6 @@ class Metasploit3 < Msf::Exploit::Remote
end
include Msf::Exploit::CmdStagerTFTP
include Msf::Exploit::Remote::HttpClient
def initialize(info = {})
@ -120,8 +119,8 @@ class Metasploit3 < Msf::Exploit::Remote
['URL', 'http://robertheaton.com/2013/07/22/how-to-hack-a-rails-app-using-its-secret-token/']
],
'DisclosureDate' => 'Apr 11 2013',
'Platform' => [ 'ruby'],
'Arch' => [ 'ruby'],
'Platform' => 'ruby',
'Arch' => ARCH_RUBY,
'Privileged' => false,
'Targets' => [ ['Automatic', {} ] ],
'DefaultTarget' => 0))