- Set up a Rust environment (tested with Rust 1.71.1). It's recommended to use a virtual environment using ASDF-VM.
- Run! (see below)
Start the vulnerable app:
cargo run --example app-vuln
Start the fixed app:
cargo run --example app-fix
Challenge announcement:
- 🇫🇷 https://twitter.com/acceis/status/1620096659282853892
- 🇬🇧 https://twitter.com/acceis/status/1620096662265016321
Solution article: