An open API service indexing awesome lists of open source software.

https://github.com/jamarshon/xss-angular

A website documentation for how to exploit Angular's sandbox through XSS (Cross-Site Scripting)
https://github.com/jamarshon/xss-angular

Last synced: 4 months ago
JSON representation

A website documentation for how to exploit Angular's sandbox through XSS (Cross-Site Scripting)

Awesome Lists containing this project

README

          

#XSS-Angular
A website documentation for how to exploit Angular's sandbox through XSS (Cross-Site Scripting)

The site can be found here (https://xss-angular.herokuapp.com/) and it goes through a series of
examples of which code/situation is safe or not e.g (ng-include, ng-bind-html, concatenation,
interpolation, etc.)

Currently, it shows Angular version 1.2.16. Any feedback or pull requests are welcome!

##Setup
Run the following commands in your command prompt

```
git clone https://github.com/jamarshon/xss-angular.git
cd xss-angular
npm install
npm start
```

The site should be running on http://localhost:3000

To run in production first type into your command prompt "gulp" to minify the files
followed by "npm run p".