Visual representation of Drake Axelrod, a cybersecurity professional

Ramblings of a Professional Hacker

Join me on an engaging journey where I share professional methodologies, practical techniques, and real-world experiences in penetration testing and cyber defense. Whether you're an aspiring ethical hacker or a seasoned cybersecurity professional, you'll discover actionable strategies and innovative tactics to fortify digital security.

Apr 21, 2025
2 min read

What This Notebook Is About

This is where I share what I learn doing offensive security for a living. I'm Drake Axelrod, an Offensive Security Engineer, and these notes are the working reference I wish I had when I was starting out. Methodology, tooling, real techniques, written the way I'd explain them to a colleague.

Latest and Recently Updated

The newest material first, including anything I've recently revisited.

Active Directory
Kerberos Delegation Attacks: Unconstrained, Constrained, and RBCD

Kerberos delegation attack techniques including unconstrained delegation TGT capture, S4U2Self abuse, and resource-based constrained delegation.

Sep 22, 2026
macos
macOS Hardening: Practical Security Configuration

macOS hardening guide covering FileVault, SIP, Gatekeeper, application firewall, Lockdown Mode, and Objective-See tools.

Sep 15, 2026
Evasion
Living Off the Land Binaries (LOLBAS)

Abusing Windows-signed binaries for proxy execution, file downloads, and defense evasion without dropping custom malware.

Sep 8, 2026
Evasion
AV Evasion and Payload Obfuscation Techniques

Antivirus evasion strategies including shellcode encoding, custom packers, process hollowing, and signature-aware payload generation.

Sep 1, 2026
Evasion
AMSI Bypass Techniques for PowerShell and .NET

AMSI bypass methods including memory patching, reflection-based disabling, and obfuscation to execute unsigned PowerShell payloads.

Aug 25, 2026
Web
OAuth 2.0 Misconfigurations and Token Theft

OAuth 2.0 attack techniques including redirect_uri bypass, state parameter CSRF, implicit flow token leakage, and authorization code interception.

Aug 18, 2026
Web
JWT Attacks: Algorithm Confusion and Forgery

JWT attack techniques including none algorithm bypass, RS256 to HS256 confusion, weak secret cracking, and kid injection.

Aug 11, 2026
Web
XML External Entity (XXE) Injection

XXE injection attack guide for file disclosure, SSRF, and blind out-of-band data exfiltration through XML parsers.

Aug 4, 2026

Browse by Category

Pick a domain and dig in. Counts reflect what's currently published.

What You Can Expect

  • Penetration Testing Case Studies, real engagements, anonymized, with the techniques that actually mattered
  • Tool Deep Dives, the workflows I use day to day, not the marketing version
  • Cyber Defense Strategies, the other side of the same coin, what I'd want my blue team to know
  • Reflections from the Field, how the work and the industry are changing, and what I think about it

My Cyber Journey

I started in cybersecurity during my Software Engineering studies, on an internship that threw me into vulnerability research and exploit development. From there I moved into a Junior Penetration Tester role and now work as an Offensive Security Engineer Consultant, leading assessments, mentoring, and continuing to learn at every step.

The Software Engineering background still shapes how I work. I think about control flow and architecture before I think about payloads, and a lot of the bugs I find come from understanding how the system was meant to work and where that intent broke down.

What Drives It

Vulnerability Analysis

I focus on finding the weak points in web apps, APIs, networks, IoT, mobile, and cloud, with a preference for understanding the system before attacking it.

Building My Own Tools

I rely on industry standards like Burp Suite, Metasploit, Nmap, and Wireshark, but I also write a lot of my own tooling in Go, Python, Rust, and Shell. Sometimes the right tool does not exist yet.

Problem Solving

The fun part is breaking down complex systems and finding the seam where the abstraction leaks. That is also where the interesting bugs live.

Disclaimer

Everything here is for educational purposes and is fully NDA compliant. Nothing confidential, proprietary, or sensitive from any engagement appears in these notes. The opinions and techniques are mine, drawn from anonymized or publicly available sources, and should not be taken as legal or professional security advice.

Let's Connect

If any of this resonates, or you want to talk shop, I'm reachable here:

Final Thoughts

If this sounds like your kind of thing, check back. I keep adding to this notebook and it grows in the directions my work takes me. I hope it ends up being the resource I would have wanted when I was starting out.

Cheers to a secure and forward-thinking digital future,

Drake

On this page