Giter Site home page Giter Site logo

devluce / ctfd-korean Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ctfd/ctfd

0.0 1.0 0.0 28 MB

CTFd 한국어 버전 프레임워크입니다.

Home Page: https://ctfd.io

License: Apache License 2.0

Python 56.28% Shell 0.14% CSS 0.07% JavaScript 23.64% HTML 14.58% Mako 0.03% Dockerfile 0.05% Makefile 0.04% Vue 3.84% SCSS 1.30% Nunjucks 0.04%
ctf ctf-tools

ctfd-korean's Introduction

CTFd MySQL CI Linting MajorLeagueCyber Discourse Documentation Status

What is CTFd?

CTFd 는 쉽게 사용할 수 있으며 커스터마이징이 가능한 해킹 방어 대회(Capture The Flag) 프레임워크입니다. CTF 를 주최하는데 필요한 모든 것이 제공되며 플러그인과 테마를 사용하여 쉽게 커스터마이징을 할 수 있습니다.

CTFd is a CTF in a can.

What is CTFd-Korean?

CTFd-Korean 은 Apache License 2.0에 의거하여 CTFd 오픈소스를 한국어 버전으로 수정하여 재배포한 것입니다. CTFd-Korean 을 통해 한국어 사용자 환경에서 CTFd 플랫폼을 이용할 수 있습니다.
본 소스코드 또한 Apache License 2.0 을 따르며 누구나 수정 및 재배포를 할 수 있습니다.

Features

  • 관리자 인터페이스 내에서 문제, 카테고리, 힌트, 플래그를 생성할 수 있습니다.
    • 해결 횟수가 많아질 수록 획득 점수가 하락하는 문제 생성 가능
    • 문제 잠금 해제 기능 지원
    • 커스텀 문제를 출제할 수 있는 플러그인 아키텍쳐 지원
    • Static & Regex 기반 플래그
      • 커스텀 플래그 플러그인
    • 잠금 해제 가능한 힌트 기능
    • 서버 혹은 AWS S3 호환 백엔드 파일 업로드
    • 문제 시도 제한 & 문제 숨김 기능
    • 브루트포스 제출 방지 기능
  • 개인 및 팀 기반 경시
    • 유저는 개인 혹은 팀으로 참여할 수 있음
  • 스코어보드에 자동 연동
    • 점수 비공개 기능
    • 특정 시간대에 점수를 고정할 수 있는 프리징 기능
  • 상위 10개 팀과 팀 진행 사항을 비교할 수 있는 그래프 제공
  • Markdown 컨텐츠 관리 시스템
  • SMTP + Mailgun 이메일 지원
    • 이메일 확인 기능 지원
    • 비밀번호 찾기 지원
  • 자동 경시 시작 및 종료
  • 팀 관리, 숨김, 벤 기능
  • 플러그인테마 인터페이스를 사용하여 커스터마이징할 수 있습니다.
  • 데이터 보관 및 이전을 위한 CTF 데이터 불러오기 및 추출하기 기능
  • And a lot more...

Install

  1. Install dependencies: pip install -r requirements.txt
    1. You can also use the prepare.sh script to install system dependencies using apt.
  2. Modify CTFd/config.ini to your liking.
  3. Use python serve.py or flask run in a terminal to drop into debug mode.

You can use the auto-generated Docker images with the following command:

docker run -p 8000:8000 -it ctfd/ctfd

Or you can use Docker Compose with the following command from the source repository:

docker-compose up

Check out the CTFd docs for deployment options and the Getting Started guide

Live Demo

https://demo.ctfd.io/

Support

To get basic support, you can join the MajorLeagueCyber Community: MajorLeagueCyber Discourse

If you prefer commercial support or have a special project, feel free to contact us.

Managed Hosting

Looking to use CTFd but don't want to deal with managing infrastructure? Check out the CTFd website for managed CTFd deployments.

MajorLeagueCyber

CTFd is heavily integrated with MajorLeagueCyber. MajorLeagueCyber (MLC) is a CTF stats tracker that provides event scheduling, team tracking, and single sign on for events.

By registering your CTF event with MajorLeagueCyber users can automatically login, track their individual and team scores, submit writeups, and get notifications of important events.

To integrate with MajorLeagueCyber, simply register an account, create an event, and install the client ID and client secret in the relevant portion in CTFd/config.py or in the admin panel:

OAUTH_CLIENT_ID = None
OAUTH_CLIENT_SECRET = None

Credits

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.