Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

unable to use the string "execute(" in GET or POST

Tags:

security

php

If I use the URL www.mysite.com/?test=execute( the $_GET array will always be emtpy. I noticed this when trying to submit a form with the string "execute(" in, it would not submit.

This includes POST and GET, it does not accept the string "execute(". Is this security feature on the server as it works fine on my local computer?

like image 370
Web Assistant Avatar asked Jun 03 '12 13:06

Web Assistant


1 Answers

You probably have mod_security installed in Apache.

like image 133
Mahmoud Al-Qudsi Avatar answered Oct 16 '22 08:10

Mahmoud Al-Qudsi