diff --git a/modules/exploits/multi/http/uptime_file_upload_2.rb b/modules/exploits/multi/http/uptime_file_upload_2.rb index f24b00d48b..7af9943e1b 100644 --- a/modules/exploits/multi/http/uptime_file_upload_2.rb +++ b/modules/exploits/multi/http/uptime_file_upload_2.rb @@ -40,7 +40,7 @@ class MetasploitModule < Msf::Exploit::Remote 'Platform' => ['php'], 'Arch' => ARCH_PHP, 'Targets' => [['Automatic', {}]], - 'Privileged' => 'true', + 'Privileged' => true, 'DefaultTarget' => 0, # The post2file.php vuln was reported in 2013 by Denis Andzakovic. And then on Aug 2015, # it was discovered again by Ewerson 'Crash' Guimaraes. diff --git a/modules/exploits/unix/http/pfsense_graph_injection_exec.rb b/modules/exploits/unix/http/pfsense_graph_injection_exec.rb index 8fee7df719..de806ab837 100644 --- a/modules/exploits/unix/http/pfsense_graph_injection_exec.rb +++ b/modules/exploits/unix/http/pfsense_graph_injection_exec.rb @@ -36,7 +36,7 @@ class MetasploitModule < Msf::Exploit::Remote ], 'License' => MSF_LICENSE, 'Platform' => 'php', - 'Privileged' => 'true', + 'Privileged' => true, 'DefaultOptions' => { 'SSL' => true,