Victor Snyder-Graf
Victor Snyder-Graf
### Description _A few sentences describing the overall effects and goals of the pull request's commits. What is the current behavior, and what is the updated/expected behavior with this PR?_...
Currently I've been writing automated challenge solutions and putting them in the test folder. They should live next to the challenges themselves.
At the time of writing this bug there is one missing solution, which is the infamous `segal`
Basically a "add if not present" onption on the `/get` request
Deployment is currently not difficult per se, but it certainly isn't easy and requires more knowledge than can reasonably expected. The deployment process should be codified either here or in...
Services write to centralized logging (i.e. `./logs`) but challenges do not. Retrieving logs for challenges can be a slow process
For patching together networks where Docker Compose cannot Naumachia currently uses a set of Linux specific shell commands. For cross-platform support and better architecture a well-supported open-source SDN api should...
Vagrant provides a great suite of orchestration tools which can be specified by a file making it similar to Docker Compose and an attractive option for designing challenges. Naumachia should...
Naumachia is currently developed to run on Linux (and furthermore only tested on Ubuntu) and Docker cannot host Windows containers from Linux. Windows hosts are a vital part of any...
Due to limitations in OpenVPN only a limited number of MAC addresses can be spoofed per user. This prevents MAC flooding attacks for example (although this in itself is not...