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

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.

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