GeekMasher's Blog

Talk - 'Introduction to CodeQL' at DC44131

Talk - 'Introduction to CodeQL' at DC44131
Local Defcon chapter talk on ‘Introduction to CodeQL’... Read more →

SecuriTree: A TreeSitter based Security Tool for Neovim

SecuriTree: A TreeSitter based Security Tool for Neovim
SecuriTree is a Neovim plugin which allows you to run TreeSitter queries in your IDE and report them to the end user as issues... Read more →

SQL Injection in Rust; still possible?

SQL Injection in Rust; still possible?
I wanted to know 2 simple questions: can I still get SQL Injection in Rust? What controls are in place to protect against it in SQLx? In the Rust community, we talk about ‘Rust is secure’ but is this from just memory related bugs or other security issues too?... Read more →

ZSH Guide

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

Dotfiles Guide

Dotfiles Guide
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 →