Skip to content

Latest commit

 

History

History

access-control

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: