-
OSWP Cheatsheet
April 15, 2025This article serves as a comprehensive cheat sheet for OSWP (PEN-210), outlining all necessary steps and commands to meet the exam requirements effectively.
-
How to Hide a User Account in Windows
October 10, 2024In this article, I will outline the steps to hide either a local or domain Windows account from appearing on the login screen using a simple registry hack.
-
Browser History Extraction in Windows
August 27, 2024In this article, I will demonstrate how to extract browsing history from Google Chrome, Mozilla Firefox, and Microsoft Edge on Windows using DB Browser and Python.
-
KLCP Comprehensive Exam Guide
August 22, 2024This article serves as a comprehensive study guide for KLCP (PEN-103), highlighting key points to focus on based on my exam experience.
-
Simple Python HTTPS Server
July 28, 2024In this article, I will provide a structured walkthrough of implementing an HTTPS server in Python, utilizing built-in modules, incorporating custom configurations, and leveraging the Twisted framework.