beast icon indicating copy to clipboard operation
beast copied to clipboard

Jeopardy-style CTF challenge deployment and management tool.

Results 35 beast issues
Sort by recently updated
recently updated
newest added

Currently, web challenges are deployed using the inbuilt web servers of the language or framework. This is not ideal, in case of a large number of requests the web server...

enhancement
Priority

Add rollback capabilities and proper status selection for the stages.

In `beast run -v` introduce a flag to use a random port for the challenge on the host.

Currently, the structs objects are initialized manually by providing values to the struct fields directly. This leaves us with a situation where we have to rely on the `Validate` method...

Add privileged config option to the challenge configuration environment which will run the docker container in privileged mode.

Propogate environment variables to /etc/profile to be available to all the users and processes.

If a container is removed or stopped, we should automatically start the container and also show the user the restart count.

Beast supports only one sidecar per challenge, extend it to support multiple sidecars.

low-priority