You are on page 1of 5

Haga clic para modificar el estilo de subttulo del Seguridad en Aplicaciones Web patrn con OWASP

4/21/12

Qu es OWASP?
OWASPes una comunidad mundiallibre yabierta centradaen la mejora dela seguridad delsoftware.

4/21/12 OWASP

22

The Open Web Application Security Project

OWASP Top 10

4/21/12 OWASP

33

The Open Web Application Security Project

A1 - Injection

4/21/12 OWASP

44

The Open Web Application Security Project

Ejemplo de ataques de SQL- Injection

"SELECT * FROM userdb WHERE email = ' "+ dirEmail +" ' " AND passwd = ' "+ dirPasswd +" ' " SELECT * FROM userdb WHERE email = ' ' or 1=1 a ' AND passwd = 'abc'

4/21/12 OWASP

55

The Open Web Application Security Project

You might also like