From dab064a5839f7d2bac1d68e2a77d4a9fb6d9282b Mon Sep 17 00:00:00 2001 From: Lewis Date: Fri, 12 Jul 2019 12:49:02 -0700 Subject: [PATCH] adding reference to blog --- XSS Injection/XSS in Angular.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/XSS Injection/XSS in Angular.md b/XSS Injection/XSS in Angular.md index fe77894..61b3af5 100644 --- a/XSS Injection/XSS in Angular.md +++ b/XSS Injection/XSS in Angular.md @@ -255,4 +255,5 @@ Shorter 1.0.1 - 1.1.5 && > 1.6.0 by Lewis Ardern (Synopsys) and Gareth Heyes (Po ## References -- [XSS without HTML - CSTI with Angular JS - Portswigger](https://portswigger.net/blog/xss-without-html-client-side-template-injection-with-angularjs) \ No newline at end of file +- [XSS without HTML - CSTI with Angular JS - Portswigger](https://portswigger.net/blog/xss-without-html-client-side-template-injection-with-angularjs) +- [Blind XSS AngularJS Payloads](https://ardern.io/2018/12/07/angularjs-bxss)