0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

CTFスコアサーバー構築

0
Last updated at Posted at 2022-05-21

背景

プログラム研究部でのイベントで CTF (Capture The Flag) をすることになったので環境構築をすることになった。

目的

CTF スコアサーバーの環境構築

内容

情報収集

下記リンクで使われたのが良さそうなので使ってみる

構築

git clone https://github.com/CTFd/CTFd.git && cd ./CTFd

docker-compose up -d

日本語化する

日本語テーマなさそうなので
CTFd/CTFd/themes/*.html
英文を見つけて日本語にする単純作業

ってことで日本語テーマ作る

問題作成する

作成したら下記リンクのバックアップでエクスポートしてダウンロードする

まとめ

CTFのスコアサーバーの環境構築と日本語化ができたので、あとは本番環境で構築し運営するだけ

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?