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

https://github.com/garretfick/xss-by-example

Demonstration of how to create an XSS attach
https://github.com/garretfick/xss-by-example

example learning xss-attacks

Last synced: 9 months ago
JSON representation

Demonstration of how to create an XSS attach

Awesome Lists containing this project

README

          

# XSS by Example

This repository contains several step by step examples for XSS. Each example can be run by doing the following

```sh
cd
npm install
npm start
```

Then either try to find the XSS attack yourself or check SOLUTION.md in the respective directory.