Version: 1.0.0
Authors: Andrew Quach and SST CTF Club
CTFBot is a private discord bot created for SST CTF club. The bot is fully modular. Sets of commands can be enabled or disabled through the addition or deletion of files in cogs.
Currently, the default set of cogs loaded include:
- Ciphers
- Hashes
- Base Conversions
- Quick Updating
- Permissions
- Misc Fun Commands
CTFBot should be run from launcher.py using python 3.5 or higher.
./launcher.py
python3 launcher.py
python3.5 launcher.py
CTFBot requires discord.py and Python 3.5+ in order to run.
sudo add-apt-repository ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install python3.5
sudo apt-get install python3-pip
python3 -m pip install -U discord.py
CTFBot is released under the MIT License.