Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 711 Bytes

File metadata and controls

31 lines (20 loc) · 711 Bytes

Installation

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

Usage

Start the vulnerable app:

VULN=on php -S 127.0.0.2:8080

Start the fixed app:

VULN=off php -S 127.0.0.2:8080

Announcement and solution

Challenge announcement:

Solution article: