Small Projects

Setting Up a HomeLab with VirtualBox: A Step-by-Step Guide

Setting Up a HomeLab with VirtualBox: A Step-by-Step Guide

Creating a HomeLab using VirtualBox is an excellent way to practice IT administration, networking, and cybersecurity. In this guide, I will walk you through setting up a Windows Server 2019 and a Windows 10 client, configuring Active Directory, and integrating the client into the domain. Creating a HomeLab using VirtualBox is an excellent way to

Setting Up a HomeLab with VirtualBox: A Step-by-Step Guide Read More »

EP.1: SQL Database Modeling

EP.1: SQL Database Modeling

Objective A well-structured Entity-Relationship Diagram (ERD) is essential for designing an efficient database system. In this document, we explore how to model a School System using ERD principles. The goal is to develop a relational schema that supports key functionalities such as student enrollment, course management, assessments, and payment tracking. By analyzing the system’s requirements,

EP.1: SQL Database Modeling Read More »

Building an Advanced Web Vulnerability Scanner with Python

Building an Advanced Web Vulnerability Scanner with Python

In today’s digital age, web applications are frequent targets for hackers due to vulnerabilities such as SQL Injection, Cross-Site Scripting (XSS), Directory Traversal, and Open Redirect. To combat these issues, I developed an Advanced Web Vulnerability Scanner using Python, Flask, and other supporting libraries. This project demonstrates my proficiency in web security, programming, and API

Building an Advanced Web Vulnerability Scanner with Python Read More »