mellivora
mellivora copied to clipboard
Mellivora is a CTF engine written in PHP
Proper queries should not try to select attributes that are not wrapped in aggregate functions. This fixes an error on MariaDB with ONLY_FULL_GROUP_BY enabled.
Hi!!! congratulations for an excelente engine. if you can help me with this problem, i need to know if ti is possible to enable a group of users for a...
If I'm just missing this then please just let me know. I would like standard HTML/BBCode or some time of formatting for my Descriptions (href Link, bold, italics, color, insert...
Hello, I want to know if the current version has any mechanism to validate the user email that is used to create the account? If not, I will work on...
Flags are stored in plaintext in the database. Storing the hash of flags would be preferable so that in case of a database leak attacker can't get the flags.
Fix the two following bugs: 1. If a non-competitor solved a challenge before a competitor did, the competitor's profile page will list them as 2nd to solve the challenge even...
i made a admin user, but when trying to edit a preexisting challenge or trying to go into admin section after 1-2 minutes, i'm being redirected to home page, and...
I've added a new parameter to the configuration in order to control email capabilities: ```php Config::set('MELLIVORA_CONFIG_EMAIL_MAILSERVER_ENABLED', true); ``` Its mainly for avoid the error when a user creates an account...
I just had to manually tell mellivora to sort the challenges the way I want. By default, mellivora/htdocs/challenges.php is set to c.points ASC, c.id ASC where I needed it to...
Hi, so when you try to register an account and the e-mail validation fails, the attempt is logged (via the stacktrace) and the cleartext password can be seen both in...