Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 654 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 654 Bytes

PolyCTF

Prerequisites

Install docker and docker-compose.

See :

Launch the lab

docker-compose up --build

Note: It may take some time before the lab is ready.

The WordPress will be expose at: http://localhost:8000/

Rules

You can look at the following files :

  • docker-compose.yml
  • Dockerfile

You should not look at these files :

  • writeup.md
  • secrets/*
  • entrypoint.sh

Have fun!

Clean

docker-compose rm