-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Is your feature request related to a problem? Please describe.
No, this feature request is not associated with any problems.
Describe the solution you'd like
For the all CTF challenges hosted by Ask Buddie, flag submission through the Discord server would be much easier for many users. They can discuss the idea with others about the CTF problems using Discord and also submit the flag if found.
A command support for those registered users for CTF challenges will make it easier to submit as well as keep the flag information private from other participate.
Command example:
buddie ctf --submit {FLAG_NAME}
The command suggestions are welcomed. Please suggest the proper command for this feature.
Features:
- Add command support.
- This command should only be used by those users who have registered for the challenge. We can discuss for possible solutions.
- The user must not be able to submit then flag more than 3 times if they have made some typo issues when submitting the flag. This will prevent spam too.
- The submitted flag must be sent to the specific channel ( private ) only access to the organizing team / individual of CTF.
- The information should include CTF flag defined by the participate and the user account name.
If anyone likes to contribute more ideas to this command, please suggest.
Describe alternatives you've considered
The alternative is to ask users submit from the Ask Buddie website but that can be a long process for users. When the user register for the challenge through the website, they can have option to submit flag after the challenge is started.
