MiruCTF is a CTF (Capture The Flag) that runs in a Docker container, which has a medium difficulty level and has been developed by Cyber Notrum.
The installation has to be done on a Linux system (not tested on Windows) with Docker installed.
You will need to clone the repository:
git clone https://github.com/ChispasHK/MiruCTF
cd MiruCTF/
A MiruCTF instance can be setup and replicated easily using Dockerfil.
Build the docker image:
docker build . -t miructf
Run the environment:
docker run -p 80:80 -d miructf
The flag is in a file with the name flag.txt
, inside it there is a hash.
The process to solve the challenge is in README_Solution.md
MIT License (see license)
The MiruCTF code is licensed as MIT License and the Documentation is licensed as Creative Commons (CC-BY-SA-3.0) and the copyright is owned by Cyber Notrum and ChispasHK.