Skip to content
Sedat Özdemir
Writing

career

Do Certificates Lie? Ten Thousand Hours at the Terminal

A candid look at why real-world experience, broken home-labs, and protocol knowledge outweigh fancy paper certificates in the world of ethical hacking.

Sedat Özdemir
· 3 dk read

My eyes are burning at the terminal, the coffee’s been cold for a while—I should probably refresh it for the third time—but I can’t walk away without establishing that SSH tunnel. I remember struggling years ago during my first penetration test (sızma testi) at a place like CarePath (fictional company). That was the moment I realized the fancy certificates I held were useless. I understood that being a 'hacker' isn't about a piece of paper; it’s about knowing how the smallest gear in the system turns. Certificates... well, they open doors, but they don't teach you how to walk inside. I thought I was king when I got my OSCP, then I felt totally humiliated during a real cyber attack (siber saldırı) simulation when I couldn't even write a proper bash script. People usually try to show off how much they know; let me tell you how many times I've been wrong so you don't fall into the same pit.

If I have one piece of advice for someone new to the industry—and I won't clutter your head with lists—it’s this: fall in love with protocols, not tools. Anyone can learn to run Nmap, but knowing why a TCP handshake (TCP el sıkışması) hangs during a 'syn scan' and why the operating system reacts differently is what makes you an expert. Being a 'tool-monkey' (araç bağımlısı) is easy; the hard part is diving into the source code to understand why that tool failed. One day, when you face a complex microservice architecture at a place like CarePath (fictional company), no automated scanner will hand you that logic flaw (mantık hatası) on a silver platter. You have to go deep.

Back to the certificate issue; you want to know how I really feel? Certificates aren't 'requirements,' they are 'labels.' The corporate world loves these labels, and HR systems look for them—true. But in my eyes, a half-baked Python project in someone’s GitHub repo or the effort to spin up a complex network topology (ağ topolojisi) is worth more than the most expensive certificate. It’s about what you do in the field, how little your hands shake while performing privilege escalation (yetki yükseltme) on a server at 10[.]0[.]5[.]20 during that high-stress moment. I still haven't forgotten the cold sweat when I accidentally locked a dev server (geliştirme sunucusu) during a penetration test (sızma testi) in my early days. No course could have taught me the 'backup and rollback (yedekleme ve geri yükleme)' consciousness I learned in that second.

A junior came to me recently and asked, 'Hey, which certificate should I get?' I just told him, 'Build a home-lab and break it.' Breaking is more educational than building. I don't know a better teacher than trying to hack your own Kubernetes cluster after misconfiguring an RBAC (Role-Based Access Control). Since I moved into the DevSecOps world, I understand better that everything ends with code. We used to just 'infiltrate'; now we're obsessing over how to stop that leak while the code is being written, right there in the CI/CD pipeline (boru hattı). A vulnerability in Terraform files can sometimes be more lethal than a SQL injection (SQL enjeksiyonu).

Does it get exhausting? Yes. Burnout (tükenmişlik) seems to be part of the job’s nature. A new 0-day every day, a new technique every day. Honestly, sometimes I want to shut everything down and move to a village. But then, you find yourself reading a 'writeup' (çözüm yazısı) at midnight. It’s like a disease, and I don't even want to be cured. Have you ever cursed yourself at 4 AM just because you couldn't figure out the cause of a packet loss (paket kaybı)?

Anyway, I think that's enough nostalgia for now...

Related posts