This problem is part of the Intro to Hacking Workshop
. View the Bug Bounty Guide for more information about the score system.
User to Token is a "safe" no password solution to store personal information. All your user information is stored in your one-time JWT
. Our lead programmer, a security noob, told us that neither XSS Injections
or SQL Injections
should be possible. This said, during the past week, our Sqlite Database
has been acting weirdly. Can you help us figure out why?
All you need is Docker
. Run the following command in the root of this repository (hold CTRL+C to quit):
docker-compose up
A frontend instance will be created at http://localhost/
. A backend instance will be created at http://localhost:1337/
.