From 6f28911d3dfc0cfa2883eb799a4b68f572bfa379 Mon Sep 17 00:00:00 2001 From: Mario Ceballos Date: Tue, 6 Sep 2011 19:58:40 +0000 Subject: [PATCH] added patch from joshua taylor. git-svn-id: file:///home/svn/framework3/trunk@13698 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/multi/http/freenas_exec_raw.rb | 2 +- modules/exploits/windows/antivirus/ams_hndlrsvc.rb | 2 +- modules/exploits/windows/antivirus/ams_xfr.rb | 2 +- modules/exploits/windows/http/osb_uname_jlist.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/exploits/multi/http/freenas_exec_raw.rb b/modules/exploits/multi/http/freenas_exec_raw.rb index 6e5f13e75e..967d7c2159 100644 --- a/modules/exploits/multi/http/freenas_exec_raw.rb +++ b/modules/exploits/multi/http/freenas_exec_raw.rb @@ -44,7 +44,7 @@ class Metasploit3 < Msf::Exploit::Remote [ [ 'Automatic Target', { } ] ], - 'Privileged' => 'true', + 'Privileged' => true, 'Platform' => 'php', 'Arch' => ARCH_PHP, 'DisclosureDate' => 'Nov 6 2010', diff --git a/modules/exploits/windows/antivirus/ams_hndlrsvc.rb b/modules/exploits/windows/antivirus/ams_hndlrsvc.rb index 69547f5e27..61eadca9dd 100644 --- a/modules/exploits/windows/antivirus/ams_hndlrsvc.rb +++ b/modules/exploits/windows/antivirus/ams_hndlrsvc.rb @@ -44,7 +44,7 @@ class Metasploit3 < Msf::Exploit::Remote } ] ], - 'Privileged' => 'true', + 'Privileged' => true, 'Platform' => 'win', 'DefaultTarget' => 0, 'DisclosureDate' => 'Jul 26 2010')) diff --git a/modules/exploits/windows/antivirus/ams_xfr.rb b/modules/exploits/windows/antivirus/ams_xfr.rb index 041427ee20..0a32c9fdd7 100644 --- a/modules/exploits/windows/antivirus/ams_xfr.rb +++ b/modules/exploits/windows/antivirus/ams_xfr.rb @@ -45,7 +45,7 @@ class Metasploit3 < Msf::Exploit::Remote } ] ], - 'Privileged' => 'true', + 'Privileged' => true, 'Platform' => 'win', 'DefaultTarget' => 0, 'DisclosureDate' => 'Apr 28 2009')) diff --git a/modules/exploits/windows/http/osb_uname_jlist.rb b/modules/exploits/windows/http/osb_uname_jlist.rb index 2069432a57..c516a3ad5b 100644 --- a/modules/exploits/windows/http/osb_uname_jlist.rb +++ b/modules/exploits/windows/http/osb_uname_jlist.rb @@ -45,7 +45,7 @@ class Metasploit3 < Msf::Exploit::Remote } ] ], - 'Privileged' => 'true', + 'Privileged' => true, 'Platform' => 'win', 'DisclosureDate' => 'Jul 13 2010', 'DefaultTarget' => 0))