KingSkrupellos

Powered By DigitalGoogly Kolkata India SQL Injection

Apr 1st, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Powered By DigitalGoogly Kolkata India SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 01/04/2019
  7. # Vendor Homepage : digitalgoogly.com
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  12. Special Elements used in an SQL Command ('SQL Injection') ]
  13. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  14. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  15. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  16.  
  17. ###################################################################
  18.  
  19. # Description about Software :
  20. ***************************
  21. A professional Website Designing and Digital Marketing company in Kolkata, India.
  22.  
  23. ###################################################################
  24.  
  25. # Impact :
  26. ***********
  27. Powered By DigitalGoogly Kolkata India is prone to an SQL-injection vulnerability because
  28.  
  29. it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  30.  
  31. Exploiting this issue could allow an attacker to compromise the application, access or
  32.  
  33. modify data, or exploit latent vulnerabilities in the underlying database.
  34.  
  35. A remote attacker can send a specially crafted request to the vulnerable application and
  36.  
  37. execute arbitrary SQL commands in application`s database. Further exploitation of this
  38.  
  39. vulnerability may result in unauthorized data manipulation.
  40.  
  41. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  42.  
  43. ###################################################################
  44.  
  45. # SQL Injection Exploit :
  46. **********************
  47. /blog-details.php?ID=[SQL Injection]
  48.  
  49. /room-details.php?ID=[SQL Injection]
  50.  
  51. /rooms.php?ID=[SQL Injection]
  52.  
  53. ###################################################################
  54.  
  55. # Example Vulnerable Sites :
  56. *************************
  57. [+] ashirbadguesthouse.in/blog-details.php?ID=2%27
  58.  
  59. ###################################################################
  60.  
  61. # Example SQL Database Error :
  62. ****************************
  63. You have an error in your SQL syntax; check the manual that corresponds
  64. to your MariaDB server version for the right syntax to use near ''2''' at line 6
  65.  
  66. ###################################################################
  67.  
  68. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  69.  
  70. ###################################################################
Add Comment
Please, Sign In to add comment