A lab for playing with NoSQL Injection
A set of files to establish Docker containers for your NoSQLiLab are included in the project. With them you can quickly establish a testing range, begin your challenges, and reset them as needed.
docker-compose build
. This will build the containers for you according to the Dockerfiles.docker-compose up
. You now have two containers running, one for the web front end and one for the MongoDB server.You can now browse http://localhost:8080/ and get to work. Reset the database and start the challenges.