Giter VIP home page Giter VIP logo

imaginaryctf's Introduction

ImaginaryCTF

ImaginaryCTF is a platform that brings the beauty of CTF Competitions to discord, releasing a challenge every day.

Live Website: https://imaginaryctf.org

Live Discord Bot: https://discord.gg/vReKWNxPuE

Frequently Asked Questions

This project is composed by 2 different apps. Do I need to run both of them in order for it to work?

ImaginaryCTF is composed by a website and a discord bot. The website is the responsible for challenge submissions while the discord bot is responsible for releasing them. If you decide not to use the website then you would need to manually insert the challenges in the database. If you decide not to use the bot then you would need to manually release the challenges by modifying them in the database.

What are the default admin credentials?

You can login with the username admin and the password Admin123!

Requirements

If you are planning to use the full version of this app you will need access to:

  • A MySQL server
  • A SMTP server (either gmail, outlook or a custom one, it's up to you)

Customization

An example of a configuration file is located at : appsettings.json.sample

If you do not know how to change the platform to fit your needs or do not want to do that, please consider supporting me, as supporters can ask me to do that and more advanced changes to the platform. Those changes include but are not restricted to:

  • Support for SQLite instead of MySQL
  • Discarding the Discord Bot and make it a only-Website platform
  • Discarding the Website and make it a only-Discord platform
  • Much more, feel free to contact me to discuss your needs

Installation

Clone ImaginaryCTF

git clone https://github.com/Et3rnos/ImaginaryCTF

Install .NET Core SDK 6.0

Using Ubuntu 20.04? Just run sudo bash install-dotnet.sh. Otherwise:

Please visit https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu for instructions on how to install .NET Core SDK 6.0 in your Ubuntu distribution.

Customize it

Please view Customization Section

Publish it

sudo bash build.sh

NOTE: published apps are usually under src/[project_folder]/bin/Release/net6.0/publish/ directories.

Execute both apps

dotnet "path_to_the_published_discord_bot.dll" &
dotnet "path_to_the_published_website.dll" &

Disclaimer

ImaginaryCTF comes with absolutely no warranties.

Contact Me

The easier way to contact me is through Discord. My username is Et3rnos#6556.

Support Me

You can support me either via Patreon: https://www.patreon.com/et3rnos

imaginaryctf's People

Contributors

astro1779 avatar et3rnos avatar iciaran avatar max-49 avatar

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.