C0deH4cker
C0deH4cker
Rust: `cargo build` Golang: `go build` Swift: `swift build` Would be nice.
Some challenges, such as https://github.com/SunshineCTF/SunshineCTF-2022-Public/tree/master/Pwn/RII-MagicTheGatheRIIng, need to be built on a specific version of Ubuntu. There should be a properly supported mechanism for `Build.mk` files to set a necessary version...
This is actually already done locally, just waiting to finish support for #10 & #14 and test everything at the same time before I merge it.
It's common for CTFs to be organized in a repo with a bunch of challenges in the subdirectories. As an example, check out [SunshineCTF 2022](https://github.com/SunshineCTF/SunshineCTF-2022-Public). I would like to be...
Primarily considering GCP here because they offer a wonderful CTF sponsorship deal. If a CTF organizer is using GCP to run PwnableHarness Docker containers, it would be lovely if something...
As I'm almost done with support for easily building, tagging, and pushing Docker images for the pwnmake builder image and the base PwnableHarness image, it would be great to automatically...
### Version Information > canary-mc1.19.2-0.3.3 ### Expected Behavior > Listing active tile entities using Crash Utilities should work when Canary is installed on a server. ### Actual Behavior > An...
With the new project target linking, directories without any `Build.mk` files in their whole tree still have targets generated. This is wasteful, and for a large challenge repo, doing something...
After #32, we're now in a good state where resource exhaustion in a container won't affect the host. However, it will still affect connectivity to the challenge container. Ideally, each...