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
- Host: GitHub
- URL: https://github.com/garretfick/xss-by-example
- Owner: garretfick
- License: mit
- Archived: true
- Created: 2017-12-15T14:35:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T10:38:23.000Z (over 3 years ago)
- Last Synced: 2025-03-22T08:17:19.755Z (about 1 year ago)
- Topics: example, learning, xss-attacks
- Language: HTML
- Homepage:
- Size: 328 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.