Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 306 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 306 Bytes

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