Skip to content

The flag verification site designed and created for Docker-CTF.

License

Notifications You must be signed in to change notification settings

ilolm/ctf-flag-verification-site

Repository files navigation

🏁 CTF Flag Verification Site

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.


✨ Features

  • 🚀 Easy Setup: Deploy quickly using Docker Compose.
  • Instant Feedback: Flags are checked immediately upon submission.
  • 🔒 Session Tracking: Maintains state across submissions.

🛠️ Requirements

  • 🐋 Docker
  • 🧩 Docker Compose

🚀 Getting Started

  1. Clone the repository:

    git clone https://github.com/ilolm/ctf-flag-verification-site.git
    cd ctf-flag-verification-site
  2. Start the Application:

    docker-compose up -d
  3. Open the Site: Navigate to http://localhost in your web browser.


📸 Screenshot

CTF Flag Verification Site


🗂️ Project Structure

  • /initdb: MySQL database for being initialized inside docker-compose MySQL image.
  • /html: HTML web page source code.
  • docker-compose.yml: Configuration for Docker Compose.

📌 Notes

This verification site is tailored for the CTF competition to provide a seamless experience for flag verification.


📜 License

This project is licensed under the MIT License.

About

The flag verification site designed and created for Docker-CTF.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published