SLIDE 1
Secure Programming Laboratory 3: Web app security Joseph Hallett - - PowerPoint PPT Presentation
Secure Programming Laboratory 3: Web app security Joseph Hallett - - PowerPoint PPT Presentation
Secure Programming Laboratory 3: Web app security Joseph Hallett and David Aspinall, Informatics @ Edinburgh 14th March 2014 What is this lab about? Web app security with Gruyere Lab from Google Worth working through Were just
SLIDE 2
SLIDE 3
What is this lab about?
◮ Input validation ◮ Obfuscation ◮ Redirection ◮ Authentication ◮ Exploitation ◮ Little bit of static analysis
SLIDE 4
What do we want you to learn
◮ Always check your inputs! ◮ Problems with web security other than SQLi and XSS ◮ Static analysis is great
SLIDE 5