Victor Snyder-Graf

Results 85 issues of 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.

enhancement

At the time of writing this bug there is one missing solution, which is the infamous `segal`

enhancement

Basically a "add if not present" onption on the `/get` request

enhancement

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...

enhancement

Services write to centralized logging (i.e. `./logs`) but challenges do not. Retrieving logs for challenges can be a slow process

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement
tracking