This project is a web-based flag verification system, designed specifically for use with the CTF competition. It allows CTF participants to submit flags and receive instant feedback.
- 🚀 Easy Setup: Deploy quickly using Docker Compose.
- ⚡ Instant Feedback: Flags are checked immediately upon submission.
- 🔒 Session Tracking: Maintains state across submissions.
- 🐋 Docker
- 🧩 Docker Compose
-
Clone the repository:
git clone https://github.com/ilolm/ctf-flag-verification-site.git cd ctf-flag-verification-site
-
Start the Application:
docker-compose up -d
-
Open the Site: Navigate to
http://localhost
in your web browser.
- /initdb: MySQL database for being initialized inside docker-compose MySQL image.
- /html: HTML web page source code.
- docker-compose.yml: Configuration for Docker Compose.
This verification site is tailored for the CTF competition to provide a seamless experience for flag verification.
This project is licensed under the MIT License.