my app is secure... i think

Download My app is secure... I think

If you can't read please download the document

Upload: wim-godden

Post on 06-Aug-2015

326 views

Category:

Technology


1 download

TRANSCRIPT

  1. 1. Wim Godden Cu.be Solutions My app is secure... I think
  2. 2. Who am I ? Wim Godden (@wimgtr)
  3. 3. Where I'm from
  4. 4. Where I'm from
  5. 5. Where I'm from
  6. 6. Where I'm from
  7. 7. Where I'm from
  8. 8. Where I'm from
  9. 9. My town
  10. 10. My town
  11. 11. Belgium the traffic
  12. 12. Who am I ? Wim Godden (@wimgtr) Founder of Cu.be Solutions (http://cu.be) Open Source developer since 1997 Developer of OpenX, PHPCompatibility, ... Speaker at PHP and Open Source conferences
  13. 13. Who are you ? Developers ? System engineers ? Network engineers ? Ever had a hack ? Through the code ? Through the server ?
  14. 14. This tutorial Based on 2-day training No Vagrant/VirtualBox required
  15. 15. My app is secure... I think Basic stuff = known... or is it ? Code is not enough Code Webserver Database server Operating system Network
  16. 16. Disclaimer Do not use these techniques to hack Use the knowledge to prevent others from hacking you
  17. 17. Reasons for hackers to hack Steal and sell your data Use your infrastructure as a jumpstation to hack other servers Send out lots of spam Use your server in a botnet for DDOS attacks Bring down your systems
  18. 18. Part 1 : the most common attacks
  19. 19. OWASP Open Web Application Security Project www.owasp.org Top 10
  20. 20. SQL Injection (OWASP #1) Over 15 years Still #1 problem
  21. 21. SQL Injection (OWASP #1)