KingSkrupellos

Developed by AdvanceWebDesigner AWD India SQL Injection

Apr 1st, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Developed by AdvanceWebDesigner AWD India SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 01/04/2019
  7. # Vendor Homepage : advancewebdesigner.com
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Google Dorks : intext:Developed by Advancewebdesigner.com
  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. # Description about Software :
  21. ***************************
  22. AdvanceWebDesigner is a high-quality Web Development and Web Design company from India.
  23.  
  24. ###################################################################
  25.  
  26. # Impact :
  27. ***********
  28. Developed by AdvanceWebDesigner is prone to an SQL-injection vulnerability because
  29.  
  30. it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  31.  
  32. Exploiting this issue could allow an attacker to compromise the application, access or
  33.  
  34. modify data, or exploit latent vulnerabilities in the underlying database.
  35.  
  36. A remote attacker can send a specially crafted request to the vulnerable application and
  37.  
  38. execute arbitrary SQL commands in application`s database. Further exploitation of this
  39.  
  40. vulnerability may result in unauthorized data manipulation.
  41.  
  42. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  43.  
  44. ###################################################################
  45.  
  46. # SQL Injection Exploit :
  47. **********************
  48. /project-details.php?id=[SQL Injection]
  49.  
  50. /Resale-propertydetails.php?id=[SQL Injection]
  51.  
  52. ###################################################################
  53.  
  54. # Example Vulnerable Sites :
  55. *************************
  56. [+] realtydepot.co.in/project-details.php?id=14%27
  57.  
  58. ###################################################################
  59.  
  60. # Example SQL Database Error :
  61. ****************************
  62. Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean
  63. given in /home2/skysys/public_html/realtydepot.co.in/Resale-propertydetails.php on line 14
  64.  
  65. ###################################################################
  66.  
  67. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  68.  
  69. ###################################################################
Add Comment
Please, Sign In to add comment