Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 515 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 515 Bytes

Split logic

A white box web CTF challenge written in PHP.

Getting Started

To run the CTF challenge locally, follow these steps:

Prerequisites

  • Docker installed on your system.

Installation

  1. Clone this repository:
git clone https://github.com/efthimisgrk/web-ctf-challenge.git
cd web-ctf-challenge
  1. Build and run the Docker image using the provided script:
./build-docker.sh
  1. Access the challenge in your web browser at http://localhost:1337.

  2. Have fun :)