Skip to content

Commit

Permalink
Merge pull request #701 from Vunnm/patch-1
Browse files Browse the repository at this point in the history
specify condition to perform Angular JS Injection
  • Loading branch information
swisskyrepo committed Jan 5, 2024
2 parents cbc6e78 + 27d1981 commit f96c1e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions XSS Injection/XSS in Angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The following payloads are based on Client Side Template Injection.

### Stored/Reflected XSS - Simple alert in AngularJS

`ng-app` directive must be present in a root element to allow the client-side injection (cf. [AngularJS: API: ngApp](https://docs.angularjs.org/api/ng/directive/ngApp)).

> AngularJS as of version 1.6 have removed the sandbox altogether
AngularJS 1.6+ by [Mario Heiderich](https://twitter.com/cure53berlin)
Expand Down

0 comments on commit f96c1e4

Please sign in to comment.