GeekMasher's Blog

One of the core elements of a developers, operations, and security engineers system is having a powerful shell... Read more →

Setting up your dotfiles the correct way can be a pain but it doesn’t have to be. Take a look at this post on how I setup and handle my dotfiles... Read more →

During my GitHub Personal Development this week, I decided to write this blog post about debugging in CodeQL using a technique called ‘partial paths’. This is a technique that I have used in the past to debug queries and the CodeQL dataflow graph so I thought it would be a good idea to write a blog post about it. Hopefully you find this useful and it helps you debug your own CodeQL databases as a security researcher.... Read more →

Quibble is a container security tool I built to support my Homelab container setup using Docker and Podman compose! This is part 1 of a series to talk about the different components and features I will be building into Quibble... Read more →

Rocket is a powerful and fast Web Framework for Rust. Lets learn how to use it for every day development... Read more →