Tag: walkthrough

  1. Exploiting Angular Expressions to Steal Session Tokens on Plunker

    Lately, I’ve been been doing some research on the vulnerabilities happening with some AngularJS implementations. The biggest problem being: mixing server side templates with client side templates. This opens up the opportunity for user input to get into a server-side view, that is then sent client side, and then…

    on angular vulnerability walkthrough security

  2. Walkthrough for Angular Expression Injection Challenge

    A little over a week ago I released an Angular expression injection challenge. The challenge consisted of a simple Todo List web app that was intentionally vulnerable and allowed persisting of Angular expressions. If you have not tried it yet and don't want to spoil it for yourself, stop reading…

    on angular vulnerability walkthrough security