I have a problem where I can't add the bot to my server. I get the message 'This integration is private. Only the application owner can add it.' And when I try the other method, I face an issue with MongoDB.
CTF helper bot to manage CTF competitions efficiently, get information about upcoming/ongoing events, improve teamwork and more.
Eruditus is a Discord CTF helper bot built with Python, it was initially designed to be
used internally within the CyberErudites CTF team in order to make team work as efficient
as possible.
The bot implements a bunch of useful features and uses Discord's Slash commands to
make its usage as intuitive as possible.
Here's a list of the currently supported commands:
/help (Show help about the bot usage)
/search <query> [<limit>] (Search for a topic in the CTF write-ups index)
/request <feature> (Request a new feature from the developer)
/report <bug> (Send a bug report to the developer)
/config [<args>]... (Display or alter configuration specific to the guild)
/ctf createctf <ctf_name> (Create a new CTF)
/ctf renamectf <ctf_name> (Rename a CTF)
/ctf archivectf <mode> [<ctf_name>] (Archive a CTF's channels)
/ctf deletectf [<ctf_name>] (Delete a CTF as well as its channels)
/ctf join <ctf_name> (Join a specific CTF channels)
/ctf leave (Leave a CTF)
/ctf addcreds <username> <password> <url> (Add credentials for the current CTF)
/ctf showcreds (Show credentials of the current CTF)
/ctf status [<ctf_name>] (Show CTF(s) status)
/ctf workon <challenge_name> (Access the private channel associated to the challenge)
/ctf unworkon [<challenge_name>] (Leave the challenge channel)
/ctf solve [<support_member>]... (Mark a challenge as solved)
/ctf unsolve (Mark a challenge as not solved)
/ctf createchallenge <name> <category> (Create a new challenge)
/ctf renamechallenge <new_name> <new_category> (Rename a challenge)
/ctf deletechallenge [<challenge_name>] (Delete a challenge)
/ctf pull [<ctfd_url>] (Pull unsolved challenges from the CTFd platform)
/ctf takenote <type> <note_format> (Copies the last message into the notes channel)
/ctf submit <flag> [<support_member>]... (Submits a flag to CTFd)
/syscalls show <arch> <syscall name/syscall id> (Show information for a specific syscall)
/ctftime upcoming [<limit>] (Show upcoming CTF competitions)
/ctftime current (Show ongoing CTF competitions)
/ctftime top [<year>] (Show leaderboard for a specific year)
/cipher caesar <message> [<key>] (Caesar cipher)
/cipher rot13 <message> (Rot13 cipher)
/cipher atbash <message> (Atbash cipher)
/encoding base64 <encode/decode> <data> (Base64 encoding/decoding)
/encoding base32 <encode/decode> <data> (Base32 encoding/decoding)
/encoding binary <encode/decode> <data> (Binary encoding/decoding)
/encoding hex <encode/decode> <data> (Hex encoding/decoding)
/encoding url <encode/decode> <data> (URL encoding/decoding)
Invite the bot to your server using this link.
docker-compose.yml file like indicated.bot and applications.commands under the Scopes
section, tick Administrator under the Bot Permissions section and copy the
generated link.docker-compose up -d --build.Please consider reading our Contribution Guidelines before making a contribution.
This work was inspired from these amazing projects:
Distributed under the MIT License. See LICENSE for more information.
5
1 değerlendirme
Reviews can be left only by registered users. All reviews are moderated by Top.gg moderators. Please make sure to check our guidelines before posting.
5 yıldız
1
4 yıldız
0
3 yıldız
0
2 yıldız
0
1 yıldız
0
I have a problem where I can't add the bot to my server. I get the message 'This integration is private. Only the application owner can add it.' And when I try the other method, I face an issue with MongoDB.