hfz

Results 10 issues of hfz

The bot lacks a key command, namely `/ctf intro`. This will be simple; once executed, the bot replies with a series of messages and images describing its usage (from joining...

enhancement
good first issue

Currently, if a challenge gets updated in the CTF platform after its thread has been created, the information contained within the thread is not affected. The challenge puller should not...

enhancement

We should add support for single player mode in CTFd (pulling scoreboard and registration are affected, among probably other parts).

feature
CTFd

After archiving a CTF, at some point in the future we may need to delete its channels in order to save space, before this deletion process it would be great...

feature

It would be ideal to deploy a CTF platform instance using ci/cd and dynamically interact with it to test our code. First, we need to setup the platform locally (create...

enhancement
tests

We could index the entirety of [PayloadAllTheThings](https://github.com/swisskyrepo/PayloadsAllTheThings) for this.

feature

It would be great to make the category text channels read-only and do the same thing that was done with the scoreboard (i.e., send a message in that channel and...

feature

It looks like the [following TLDs](https://www.ietf.org/archive/id/draft-chapin-rfc2606bis-00.html#new) (commonly used in local network hosts) are not in the list of TLDs (`.tld_set_snapshot`): ``` .local .localdomain .domain .lan .home .corp ``` Edit: I...

- [x] Added some refactoring. - [x] Added a callback function for MiniDump in order to encrypt the dump in memory. This solves the issue where the dump is flagged...