- Set up a Node.js environment (tested with Node.js 18.15.0). It's recommended to use a virtual environment using ASDF-VM.
- Install dependencies:
npm install
. - Run! (see below)
Start the vulnerable app:
node app.vuln.js
Start the fixed app:
node app.fix.js
Challenge announcement:
- 🇫🇷 https://twitter.com/acceis/status/1647981700218077185
- 🇬🇧 https://twitter.com/acceis/status/1647981702235422720
Solution article: