projects

⚠️⚠️All projects and demonstrations in this portfolio are created strictly for educational and ethical purposes. They are intended to showcase programming, cybersecurity, and ethical hacking skills in a responsible manner.

By viewing or using any code or tools from this portfolio, you agree to:

  • Not use them for illegal, malicious, or unauthorized activities.
  • Comply with all applicable local, state, national, and international laws.
  • Respect the rights and privacy of individuals, organizations, and systems.

The author assumes no liability for misuse of the information provided. Ethical hacking should always be practiced with permission and legality in mind.

port scanner

This Python-based tool scans single or multiple targets for open ports. It uses Python’s built-in socket library to handle TCP connections and the termcolor library for color-coded output, making results easier to read at a glance.

Keylogger Defense Tool

Demonstrating how to detect suspicious processes that may be capturing keystrokes. Built in Python with psutil.