https://github.com/drakota/xss-sandbox
A purposely flawed chat application to test the effects of cross site-scripting in a safe environment.
https://github.com/drakota/xss-sandbox
chat nodejs pentesting security xss xss-exploitation xss-vulnerability
Last synced: about 2 months ago
JSON representation
A purposely flawed chat application to test the effects of cross site-scripting in a safe environment.
- Host: GitHub
- URL: https://github.com/drakota/xss-sandbox
- Owner: Drakota
- Created: 2018-02-17T16:46:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T16:53:23.000Z (over 3 years ago)
- Last Synced: 2025-01-11T14:45:33.910Z (over 1 year ago)
- Topics: chat, nodejs, pentesting, security, xss, xss-exploitation, xss-vulnerability
- Language: CSS
- Homepage:
- Size: 81.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xss-sandbox
A flawed chat application that supports file sharing, images and online users.
Try to find all the security exploits in its features.
## How to use
1. `npm i` to install the required packages.
2. `npm start` to start the chat and access on `localhost:3000` by default.
### Happy Hacking