Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 696 Bytes

File metadata and controls

31 lines (20 loc) · 696 Bytes

Installation

  1. Set up a Node.js environment (tested with Node.js 18.15.0). It's recommended to use a virtual environment using ASDF-VM.
  2. Install dependencies: npm install.
  3. Run! (see below)

Usage

Start the vulnerable app:

node app.vuln.js

Start the fixed app:

node app.fix.js

Announcement and solution

Challenge announcement:

Solution article: