Forum Moderators: coopster
user_style.css.php
<?php
echo $_COOKIE['css_theme'];
exit();
?>
I am running only on PHP 5 servers and if I wanted to could not migrate to a PHP 4 server. With that in mind I attempted to emulate numerous attacks that were explained in various security tutorials. I was not able to successfully execute a single attack though I'm not a security guru. A couple of the things I attempted to do included executing any PHP code as well as spawn errors with odd characters/character combinations (while error reporting on the server is on by default).
Suggestions and thoughts?
- John