A white box web CTF challenge written in PHP.
To run the CTF challenge locally, follow these steps:
- Docker installed on your system.
- Clone this repository:
git clone https://github.com/efthimisgrk/web-ctf-challenge.git
cd web-ctf-challenge
- Build and run the Docker image using the provided script:
./build-docker.sh
-
Access the challenge in your web browser at
http://localhost:1337
. -
Have fun :)