~/SoftKernel
cd ..

First Post: SoftKernel is Live

|1 min read
metacybersecurity

The blog is live

SoftKernel is now online. This is where I'll be publishing daily cybersecurity content — from vulnerability research and exploit development to CTF writeups and offensive security tooling.

What to expect

This blog covers:

  • Vulnerability Research — finding and analyzing security flaws in real software
  • Exploit Development — turning bugs into working exploits, from stack overflows to ROP chains
  • CTF Writeups — detailed walkthroughs of capture-the-flag challenges
  • Web Security — XSS, SQLi, SSRF, deserialization, and everything OWASP
  • Reverse Engineering — tearing apart binaries and malware
  • Red Team Ops — offensive tooling, evasion, and tradecraft

The stack

This blog runs on Next.js, deployed on Vercel, with posts written in plain Markdown. No CMS, no database — just git push and it's live.

$ echo "new post" > posts/new-post.md
$ git add . && git commit -m "new post"
$ git push origin main
# deployed in ~30 seconds

Stay tuned

New posts dropping daily. Let's get into it.