Skip to main content

Playbooks

Game recognizes game, so here’s the game. Quick playbooks on security, processes and AI — no gatekeeping, no paywalls, just the real. Level up and share the wealth.

2026

My first Vibe (with success)
·963 words·5 mins
AI Me & My Agent Just Vibing
The internet is divided, one half has gone full-blown Coding Agent Mode, adamant not to touch any code ever again and the other half is skeptic AF and trying to convince everyone that AI generated code still mostly sucks. So, this is just me trying to see for myself and sharing my experience after my first actually successful result from Vibe Coding or Agentic Engineering or whatever.
Read more
7 Commandments for a successful team of engineers
··1123 words·6 mins
Working in Teams Culture Leadership
A great team of developers, engineers or tech teams in general runs on more than just code – it runs on shared principles, or call it culture if you will. Those are the factors that will determine whether a team will succeed, namely constantly deliver good results, or fail in the long run.
Read more

2025

What's Cracking? Oh, must be your KeePass password!
·815 words·4 mins
Red Team Security Black Hat Go
Recently, I found myself stumbling upon a .kdbx (KeePass Database) file as part of a backup in a CTF and needed to crack the password to gain access to the secrets contained and consequently elevate my privileges. Problem was, that I couldn’t get the hash in the right format for cracking it with john: unsupported database file version (4). So, I built keepass-rush to do so myself.
Read more
Privilege Escalation via DPAPI
··672 words·4 mins
Red Team Security Windows
DPAPI can be useful in situations when you got an initial foothold on a Windows host and are seeking to escalate your privileges. More specifically, we are talking a scenarios where your initial access user shares their home folder with a privileged account. This is a setup that is commonly found in Active Directory contexts, when a single person is operating with 2 distinct users, 1 for their everyday work and another one for dedicated administrative actions such as managing other users & groups that required elevated privileges.
Read more