Project

Take a look at some of my projects I've done, software that I've made and my designs.

Filter by:
Cybersecurity
Security projects demonstrating various attack vectors, defense mechanisms, and network security tools.
Automated Firewall Policy Validator

Automated Firewall Policy Validator

Issued at: March, 2026

This is a network automation tool proposed to Nagad Ltd. to quickly check whether a newly proposed firewall rule already exists in the current policy. It reduces duplicates, speeds up reviews, eliminates human error, and keeps the policy clean. Built entirely in‑house, it enhances operational efficiency and strengthens policy validation workflows.

PythonREST API
Get The Source Code
DOS Attack - Email Bombing

DOS Attack - Email Bombing

Issued at: September, 2024

An email bomb is a denial-of-service attack that involves sending large volumes of messages to an email address. This project demonstrates the mechanism and helps understand how to defend against such attacks.

Python
Get The Source Code
Malware - Ransomware

Malware - Ransomware

Issued at: September, 2024

Ransomware is malware that employs encryption to hold a victim's information at ransom. This project simulates encryption-based attacks for educational research and defense development.

Python
Get The Source Code
Spyware - Keylogger

Spyware - Keylogger

Issued at: September, 2024

A keylogger monitors and records each keystroke on a device. This project demonstrates software-based keystroke logging for awareness and defensive purposes.

Python
Get The Source Code
Brute Force Attack - Dictionary Attack

Brute Force Attack - Dictionary Attack

Issued at: September, 2024

A brute force attack uses trial-and-error to decode passwords or encryption keys. This implementation focuses on dictionary-based methods for security testing.

Python
Get The Source Code