ASP.NET

TH17 Hack Proofing Your Web Applications

03/10/2016

1:15pm - 2:30pm

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 do not automatically protect you and that you - the developer - must be armed with techniques to protect your applications.

You will 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