 
  
    
    
    
Skills Lab
Welcome to the Skill Lab - a hands-on space where I sharpen specific skills, one focused challenge at a time. Here you’ll find deep dives into topics like regex, scripting, Go, SQL, shell-fu, and everything in between.
Whether it’s writing a tight one-liner, exploring a new language, or reverse-engineering a weird bug — this is where the craft gets built.
No fluff. Just pure, focused practice.
- 
    Python Deserialization Attacks Explained: How Hackers Exploit Pickle (and How to Defend)Posted on 6 mins Learn how Python deserialization attacks work, see a real Pickle exploit in action, and discover best practices to secure your code against remote code execution vulnerabilities.  
- 
    What I Learned from Bandit Wargames - Level 0-12 (And Why You Should Try It)Posted on 9 mins Learn practical Linux skills and command-line thinking through the first 12 levels of OverTheWire’s Bandit wargame. This post shares lessons, strategies, and powerful command-line tools (find, grep, awk, base64, tr, and more) without spoiling solutions; perfect for aspiring ethical hackers, CTF players, and curious beginners.  
- 
    An Intro to Regex: The Hacker’s Guide to Pattern MatchingPosted on 7 mins A hands-on, security-minded introduction to regular expressions - from simple matches to character classes, quantifiers, and real-world examples. Learn to wield regex like a precision tool for parsing, filtering, and hacking.