salmanahmed404 / frwctfd

IEEE Fresher's Week CTF | via CTFd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IEEE Fresher's Week 2018

IEEE Fresher's Week 2018 Capture the Flag

Powered by CTFd

How to Serve

For Developers

Getting Git

  1. Install git from https://git-scm.com/

  2. Run the following command in cmd/terminal

git clone https://github.com/zrthxn/frwctfd.git

Install Python

  1. Install Python 3 from https://www.python.org/downloads/

  2. Add the Python scripts directory to System Environment Variable PATH this is for pip to work from anywhere

  3. Run the following command in cmd/terminal

pip install <requirements from CTFd>

Get your IP Address

  1. Run CMD

  2. Run the following command in cmd/terminal

ipconfig
  1. Copy your IPv4 address

Serve CTFd

  1. Open the CTFd folder

  2. Open the files serve.py and wsgi.py with any text editor

  3. Change the variable "host" from 127.0.0.1 to your IPv4 address

  4. Run the following command in cmd/terminal

py serve.py

About

IEEE Fresher's Week CTF | via CTFd

License:Apache License 2.0


Languages

Language:Python 57.1%Language:HTML 28.1%Language:JavaScript 10.7%Language:CSS 3.5%Language:Shell 0.4%Language:Mako 0.1%Language:Dockerfile 0.1%