Setting Up Harbor with Let's Encrypt and Cloudflare Tunnel on UbuntuHarbor is an enterprise-class private container registry with advanced features like RBAC, replication, vulnerability scanning, and more. In this guide, we'll set up Harbor on a Ubuntu machine, secure it with Let's Encrypt certificates, and use Cloud...Jul 26, 2025·3 min read
Unmasking Infostealer: Don't Believe What You See...Introduction Imagine stumbling across a seemingly harmless script while hunting for tools online, only to uncover a sophisticated malware designed to steal passwords, session tokens, and cookies. That’s exactly what happened to me, and it sent me dow...Dec 17, 2024·4 min read
Vulnerable Android Applications for Android PentestingTo effectively learn Android app penetration testing, hands-on practice is essential. To facilitate this, developers and security researchers have created intentionally vulnerable Android applications. These apps provide a safe platform for exploring...Aug 9, 2024·2 min read
Understanding Authentication and Authorization for API Requests in AWSEvery interaction you have with the cloud is through APIs. When you make an API request to AWS, it goes through several layers of authentication and authorization checks to verify your identity and assess your permissions. This process involves confi...Jun 28, 2024·11 min read
Streamline Your cPanel Deployments: Automate with GitHub ActionsDeploying website using cPanel is boring. Zip your code, upload through cpanel file manager, unzip it — Too much manual work just for one deployment. Infact, just to update the typo you just found out! I'm a lazy man who want to automate all the manu...Jun 15, 2024·2 min read
Demystifying Docker: Unveiling the Magic of OverlayFS in Image & Container ManagementMore than a year ago, I began exploring Docker's internal architecture to understand how it functions under the hood. Although I gathered extensive knowledge, I did not document my findings at the time. In this blog, I will share a portion of that ex...Jun 8, 2024·13 min read
System Design ResourcesI'm no system desing guru. I've collected the following resources over time for my learning purpouses from different sources.May 23, 2024·1 min read