My personal cybersecurity blog, live at denarzai.github.io.
I'm a BS Cybersecurity student at FAST NUCES Islamabad, and this blog documents everything I learn on the way to becoming a security professional — CTF walkthroughs, course reflections, and plain-language explanations of security concepts.
- OverTheWire Bandit series — step-by-step walkthroughs of every level I've completed (Level 0 through Level 21 and counting), covering Linux fundamentals, SSH, file permissions, cron jobs, setuid binaries, and privilege escalation
- TryHackMe notes — writeups from the Pre-Security and Jr Penetration Tester paths
- Concept posts — how passwords are really stored, why HTTPS is not enough, SQL injection in the real world, what file metadata reveals about you
- Course reflections — Harvard CS50 Cybersecurity, including my final project on the Salt Typhoon APT campaign
Built with Jekyll and the Chirpy theme, deployed automatically to GitHub Pages via GitHub Actions on every push.
git clone https://github.com/Denarzai/Denarzai.github.io.git
cd Denarzai.github.io
bundle install
bundle exec jekyll serveThen open http://127.0.0.1:4000.
Add a Markdown file to _posts/ named YYYY-MM-DD-title.md with Chirpy front matter:
---
title: "Post Title"
date: YYYY-MM-DD HH:MM:SS +0500
categories: [CTF, Bandit]
tags: [linux, ssh]
---Content and configuration published under the MIT License. Theme by cotes2020/jekyll-theme-chirpy.