My Work

Projects

Live products, university labs, and work in progress.

In Progress

Prisoner Data Management System

Python SQL

A prototype relational database system for managing prisoner records in a state prison in Nigeria, designed with data security and structured administration reporting in mind.

  • Prisoner intake, records, and parole tracking
  • Parameterised queries to prevent SQL injection
  • Report generation for prison administration
  • Role-based access control implemented in Python
University Lab

Network Monitoring Lab — Zabbix

Zabbix Ubuntu Server VirtualBox Linux

Set up and configured a network monitoring solution using Zabbix on Ubuntu Server inside a VirtualBox virtual environment, learning Linux server administration along the way.

  • Deployed Zabbix 6 on Ubuntu Server in VirtualBox
  • Configured agent-based and SNMP host monitoring
  • Set up threshold-triggered alerts and notifications
  • Built dashboards for live network metric visualisation
University Lab

Web App Security — OWASP Juice Shop

Kali Linux OWASP Burp Suite

Hands-on security testing of the OWASP Juice Shop intentionally vulnerable application, using Kali Linux and Burp Suite to identify and exploit common web vulnerabilities.

  • Exploited SQL injection, XSS, and broken access control
  • Intercepted and modified HTTP requests with Burp Suite
  • Documented each vulnerability against its OWASP category
  • Tested input validation, authentication, and session flaws