Web Server

T13 Hack Proofing Your Modern Web Applications

06/14/2016

3:00pm - 4:15pm

Level: Introductory to Intermediate

Adam Tuliper

Principal Software Engineer, DX

Microsoft

Your Web applications quite possibly have security vulnerabilities. Did you know cross-site scripting doesn't require JavaScript? Did you know jQuery scenarios can facilitate cross-site scripting attacks? Come learn about the major OWASP Top 10 attacks like SQL Injection, XSS, Session Hijacking, CSRF, parameter tampering, and how frameworks like jQuery, AngularJS, and ASP.NET don't automatically protect you and that you–the developer–must be armed with techniques to protect your applications.

You'll learn:

  • Why most existing applications can be hacked in some way
  • Details of common hack attacks in Web Applications (JavaScript, ASP.NET, and html attacks)
  • Techniques for protecting web applications against hack attacks