Skip to content

w4rf0t/SRC_CTF_servercode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Install

  1. Install dependencies: pip3 install -r requirements.txt

    • You can also use the sudo ./prepare.sh script to install system dependencies using apt.
  2. Use python3 serve.py or flask run in a terminal to drop into debug mode.

Configure verify email:

  • To enable verify email, choose Enable in Admin Config Page

  • And then in /CTFd/utils/email/smtp.py, change the gmail_user ,sent_from and gmail_password (gmail app password) image

Default Account

  • username: admin
  • password: admin

Other informations:

  • I have added some challenges in this project.
  • This platform was copyright by CTFd.io, modifed by @w4rf0t and used neon theme.