Remote Access Tool
Source Code
Developed tool that can be used to gain access and remote control of a windows machine.
Demonstrates acquiring administrative privileges, bypassing windows defender, establishing ssh connection allowing for payload injection.


WinForms Dashboard
Source Code
Desktop Productivity App.
C#. WinForms. JSON Files for saving state. OOP.

Real Time Air Quality Data Fetcher
Source Code
Python script that returns real time air quality data within specified geographic boundaries.
Calculates pm2.5 average using a desired sampling time interval and sampling rate for which to fetch data from weather stations.
Utilizing parallel processing for the API calls.

Encrypted Chat Application
Source Code
This is a messenger application that handles a connection between 2 clients
Utilizing Sockets for networking, Threads for concurrency, and Gtk library for GUI
Implemented linked list data structure for message queueing
Built using C
