Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 673 Bytes

File metadata and controls

30 lines (19 loc) · 673 Bytes

Installation

  1. Set up a Rust environment (tested with Rust 1.71.1). It's recommended to use a virtual environment using ASDF-VM.
  2. Run! (see below)

Usage

Start the vulnerable app:

cargo run --example app-vuln

Start the fixed app:

cargo run --example app-fix

Announcement and solution

Challenge announcement:

Solution article: