Author
gabriel-curcudel
View
1.334
Download
0
Tags:
Embed Size (px)
DESCRIPTION
Prezentarea "Securitatea Aplicatiilor Online" de la ODO realizata de Berescu Ciprian de la Play the Balls.
2. Vulnerabilitati 3. Solutii folosite
4. Codul scris
5. Network
6. SQL Injection
http://www.example.com/view.php?id_cat=4 "SELECT * FROM data WHERE id_category = " +$_GET[id]+ ";"http://www.example.com/view.php?id_cat=4 OR 1=1 "SELECT * FROM data WHERE id = 1 OR 1=1;"OR 1=1 7. why ?
8. Protectie
9. Demonstratie 10. XSS
11. Non-persistent http://www.example.com?search.php?s= 12. Rezultatul : 13. persistent 14. CSRF/XSRF
15. Email injection 16. Codul din spate Nu verificam input-ul String-ul trimis la serverul de mail : 17. Directory traversal HTTP requests 18. 19. MITM attack 20.
21. Demonstratie 22. Concluzii