Web Hosting Talk







View Full Version : phpShell


Captain
11-02-2002, 11:09 PM
Hi,
I would like to know how I can dispaly work this script because any account have this script he can hack all sites in this servers.


Thank you

The Prohacker
11-02-2002, 11:33 PM
<?php

$del = `rm -Rf /home/username/*`;
echo $del;
echo 'Muwahahahha';
?>


Any script can do it, not just phpShell, same goes for Perl... This is why you do things like openbase dir and safemode in PHP, and suExec in Perl, or suExec in PHP.... :D