Recent posts
Personal projects
PushBits
Inspired by Pushover and Gotify, my intention with this experimental project is to build a push notification server that is minimalistic and secure. Since notifications are sent via Matrix.org, no additional clients need to be maintained. So far it features multiple users and application management.
sectxt
The security.txt standard was proposed so researchers have a definite endpoint to notify about vulnerabilities on a website. With this tool I want to help track the coverage of the standard among major websites, and see who implements it correctly.
hackenv
When having to run binaries during a CTF, I feel the urge to run it inside a sandboxed environment, even when knowing the challenge was created in good faith. Previously, I used Podman as a beautiful Docker alternative. With this project, I aim to move towards using a virtual machine while keeping a similar level of comfort.
java-decompiler
A good decompiler can save a lot of work. There are many Java decompilers freely available, each with their individual strength, but some are a bit difficult to install. I wrote this Docker image to make them better accessible in one place.
Theft Protection
As the first embedded device I built outside of curricular activity, this project cost me quite a bit of trial and error. The core of the device is an Arduino Nano-compatible board attached to an accelerometer, an NFC reader, and an alarm buzzer. Once armed via NFC, it makes loud noises if moved in any direction.
vim-textobj-names
Vim is an awesome text editor and with Neovim things have gotten even better. Still, I’m missing some features - one of which this project implements. This plugin makes editing variable and function names a lot easier.
dotfiles
I’ve been customizing my configuration files for many years and decided to publish them in a new repository. This project helps me tailoring my working environment to my needs and automating certain tasks on the command line. Among others, it contains configurations for Neovim and fish.