Use newer hash syntax

bug/bundler_fix
jvazquez-r7 2015-03-25 13:39:34 -05:00
parent 72a0909e9b
commit d84c48cb7d
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
9 changed files with 17 additions and 17 deletions

View File

@ -68,8 +68,8 @@ class Metasploit3 < Msf::Exploit::Remote
:source => /script|headers/i,
:activex => [
{
:clsid => '{D27CDB6E-AE6D-11cf-96B8-444553540000}',
:method => 'LoadMovie'
clsid: '{D27CDB6E-AE6D-11cf-96B8-444553540000}',
method: 'LoadMovie'
}
],
:os_name => OperatingSystems::Match::WINDOWS,

View File

@ -53,8 +53,8 @@ class Metasploit3 < Msf::Exploit::Remote
:source => /script|headers/i,
:activex => [
{
:clsid => '{D27CDB6E-AE6D-11cf-96B8-444553540000}',
:method => 'LoadMovie'
clsid: '{D27CDB6E-AE6D-11cf-96B8-444553540000}',
method: 'LoadMovie'
}
],
:os_name => OperatingSystems::Match::WINDOWS,

View File

@ -48,8 +48,8 @@ class Metasploit3 < Msf::Exploit::Remote
:source => /script|headers/i,
:activex => [
{
:clsid => "{#{CLASSID}}",
:method => "LoadMovie"
clsid: "{#{CLASSID}}",
method: "LoadMovie"
}
],
:os_name => OperatingSystems::Match::WINDOWS_7,

View File

@ -57,8 +57,8 @@ class Metasploit3 < Msf::Exploit::Remote
:source => /script|headers/i,
:activex => [
{
:clsid => "{D27CDB6E-AE6D-11cf-96B8-444553540000}",
:method => "LoadMovie"
clsid: "{D27CDB6E-AE6D-11cf-96B8-444553540000}",
method: "LoadMovie"
}
],
:os_name => OperatingSystems::Match::WINDOWS,

View File

@ -45,8 +45,8 @@ class Metasploit3 < Msf::Exploit::Remote
:ua_ver => lambda { |ver| Gem::Version.new(ver) < Gem::Version.new('10') },
:activex => [
{
:clsid => "{5CE92A27-9F6A-11D2-9D3D-000001155641}",
:method => "GetColor"
clsid: "{5CE92A27-9F6A-11D2-9D3D-000001155641}",
method: "GetColor"
}
]
},

View File

@ -47,8 +47,8 @@ class Metasploit3 < Msf::Exploit::Remote
:source => /script|headers/i,
:activex => [
{
:clsid => "{09F68A41-2FBE-11D3-8C9D-0008C7D901B6}",
:method => "ChooseFilePath"
clsid: "{09F68A41-2FBE-11D3-8C9D-0008C7D901B6}",
method: "ChooseFilePath"
}
],
:os_name => OperatingSystems::Match::WINDOWS,

View File

@ -75,8 +75,8 @@ class Metasploit3 < Msf::Exploit::Remote
:source => /script|headers/i,
:activex => [
{
:clsid => "{19916E01-B44E-4E31-94A4-4696DF46157B}",
:method => "requiredClaims"
clsid: '{19916E01-B44E-4E31-94A4-4696DF46157B}',
method: 'requiredClaims'
}
],
:os_name => OperatingSystems::Match::WINDOWS_XP

View File

@ -46,8 +46,8 @@ class Metasploit3 < Msf::Exploit::Remote
:source => /script|headers/i,
:activex => [
{
:clsid => "{4B3476C6-185A-4D19-BB09-718B565FA67B}",
:method => "SetText"
clsid: '{4B3476C6-185A-4D19-BB09-718B565FA67B}',
method: 'SetText'
}
],
:os_name => OperatingSystems::Match::WINDOWS,

View File

@ -41,7 +41,7 @@ describe Msf::Exploit::Remote::BrowserExploitServer do
:ua_ver =>'8.0',
:arch =>'x86',
:office =>'null',
:activex => [ {:clsid=>'{D27CDB6E-AE6D-11cf-96B8-444553540000}', :method => 'LoadMovie'} ],
:activex => [ {clsid: '{D27CDB6E-AE6D-11cf-96B8-444553540000}', method: 'LoadMovie'} ],
:proxy => false,
:language => 'en-us',
:tried => true