Skip to content

A dockerized white box web ctf challenge.

Notifications You must be signed in to change notification settings

efthimisgrk/web-ctf-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)