CTFd

License: Apache 2


Description:

CTFd is a Capture The Flag framework focusing on ease of use and customizability. It comes with everything you need to run a CTF and it’s easy to customize with plugins and themes.

Runtipi

License: GPLv3


Description:

Tipi is a personal homeserver orchestrator that makes it easy to manage and run multiple services on a single server. It is based on Docker and comes with a simple web interface to manage your services. Tipi is designed to be easy to use, so you don’t have to worry about manual configuration or networking. Simply install Tipi on your server and use the web interface to add and manage services. You can see a list of available services in the App Store repo and request new ones if you don’t see what you need. To get started, follow the installation instructions below.

Compile Furious from Source Using Docker

This article is Inspired by a question recently posted in a popular tech forum:

How do I create a standalone Linux AMD64 binary for the Furious scanner?
I don’t want to load Go on a device just to use it.

I can only speculate on this person’s objection to loading the Go tools on their device. However, it is a laudable ambition (in my humble opinion) to avoid cluttering systems with software that will only be used once or twice, so I shall endeavor to reward our friend with a more optimal solution to their dilemma.

Read more