- Notifications
You must be signed in to change notification settings - Fork2.2k
CTFd/CTFd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CTFd is a Capture The Flag framework focusing on ease of use and customizability. It comes with everything you need to run a CTF and it's easy to customize with plugins and themes.
- Create your own challenges, categories, hints, and flags from the Admin Interface
- Dynamic Scoring Challenges
- Unlockable challenge support
- Challenge plugin architecture to create your own custom challenges
- Static & Regex based flags
- Custom flag plugins
- Unlockable hints
- File uploads to the server or an Amazon S3-compatible backend
- Limit challenge attempts & hide challenges
- Automatic bruteforce protection
- Individual and Team based competitions
- Have users play on their own or form teams to play together
- Scoreboard with automatic tie resolution
- Hide Scores from the public
- Freeze Scores at a specific time
- Scoregraphs comparing the top 10 teams and team progress graphs
- Markdown content management system
- SMTP + Mailgun email support
- Email confirmation support
- Forgot password support
- Automatic competition starting and ending
- Team management, hiding, and banning
- Customize everything using theplugin andtheme interfaces
- Importing and Exporting of CTF data for archival
- And a lot more...
- Install dependencies:
pip install -r requirements.txt
- You can also use the
prepare.sh
script to install system dependencies using apt.
- You can also use the
- ModifyCTFd/config.ini to your liking.
- Use
python serve.py
orflask 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 theCTFd docs fordeployment options and theGetting Started guide
To get basic support, you can join theMajorLeagueCyber Community:
If you prefer commercial support or have a special project, feel free tocontact us.
Looking to use CTFd but don't want to deal with managing infrastructure? Check outthe CTFd website for managed CTFd deployments.
CTFd is heavily integrated withMajorLeagueCyber. 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 inCTFd/config.py
or in the admin panel:
OAUTH_CLIENT_ID=NoneOAUTH_CLIENT_SECRET=None
- Logo byLaura Barbera
- Theme byChristopher Thompson
- Notification Sound byTerrence Martin
About
CTFs as you need them