Skip to content

Latest commit

 

History

History

authentication-bypass

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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: