Skip to content

Latest commit

 

History

History

local-file-disclosure

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: