Ver Mensaje Individual
  #4 (permalink)  
Antiguo 13/08/2009, 08:49
Avatar de mc_quake
mc_quake
 
Fecha de Ingreso: enero-2006
Ubicación: www.ecocargo.cl
Mensajes: 683
Antigüedad: 18 años, 3 meses
Puntos: 8
Respuesta: Script maligno a trvés de formulario

yo ocupo algo similar

Código asp:
Ver original
  1. Function killChars(strWords)
  2.     dim badChars
  3.     dim newChars
  4.    
  5.     badChars = array("xp_", "<", ">","--", ";--", ";", "/*", "*/", "@@","@", "char", "nchar", "varchar", "nvarchar", "alter", "begin", "cast", "create", "cursor", "declare", "delete", "drop", "end", "exec", "execute", "fetch", "insert","kill", "open", "select", "sys", "sysobjects", "syscolumns", "table", "update","truncate","dim","java", "script","'","´","href","content-transfer-encoding","quoted-printable","content-type","subject:","bcc:","x-mailer")
  6.     newChars = strWords
  7.    
  8.     for i = 0 to uBound(badChars)
  9.     newChars = replace(newChars, badChars(i), "")
  10.     next
  11.    
  12.     killChars = newChars
  13. End Function
__________________
Mc_Quake

Para ayudar en lo que se pueda:Zzz: