Skip to content

Commit e69460a

Browse files
committed
Land rapid7#8683, Remove duplicate setting of suhosin.simulation in php_cgi_arg_injection
2 parents 8d23d1e + df024bb commit e69460a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/exploits/multi/http/php_cgi_arg_injection.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ def exploit
114114
create_arg("-d","auto_prepend_file=php://input"),
115115
create_arg("-d", "cgi.force_redirect=#{rand_php_ini_false}"),
116116
create_arg("-d", "cgi.redirect_status_env=0"),
117-
create_arg("-d", "suhosin.simulation=#{rand_php_ini_true}"),
118117
rand_opt_equiv("-n")
119118
]
120119

0 commit comments

Comments
 (0)