- William Moody
- 21.03.2021
A small web app writen in Node.JS to practice NoSQLi and deserialization exploits.
Working exploits as well as explainations may be found in ./exploit
- Clone this repo:
git clone https://github.com/bmdyy/chat.js
- Enter folder:
cd chat.js
- Run:
docker build -t chatjs .
- Run:
docker run -t chatjs
To find the docker container's IP:
- Run:
docker inspect --format '{{ .NetworkSettings.IPAddress }}' $(docker ps -q)
To kill docker:
- Run:
docker ps
and copy the id - Run:
docker kill <id>
The app is running on http://IP:3000