Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Et3rnos/ImaginaryCTF
ImaginaryCTF is a platform that brings the beauty of CTF Competitions to discord, releasing a challenge every day
https://github.com/Et3rnos/ImaginaryCTF
Last synced: about 1 month ago
JSON representation
ImaginaryCTF is a platform that brings the beauty of CTF Competitions to discord, releasing a challenge every day
- Host: GitHub
- URL: https://github.com/Et3rnos/ImaginaryCTF
- Owner: Et3rnos
- License: gpl-3.0
- Created: 2021-03-25T11:45:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T20:53:42.000Z (5 months ago)
- Last Synced: 2024-08-02T12:22:28.327Z (4 months ago)
- Language: C#
- Size: 716 KB
- Stars: 44
- Watchers: 3
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ctf-resources - ImaginaryCTF - Platform to host CTFs. (Platforms)
README
# ImaginaryCTF
ImaginaryCTF is a platform that brings the beauty of CTF Competitions to discord, releasing a challenge every day.
**Live Website:** [https://imaginaryctf.org](https://imaginaryctf.org)
**Live Discord Bot:** [https://discord.gg/vReKWNxPuE](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](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](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](#Customization)
#### 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](https://www.patreon.com/et3rnos)