About Me
I am a third-year Computer Science student specializing in cybersecurity, actively developing my skills in computer networks, programming, system administration, and cloud technologies. Currently seeking a paid internship or position in the IT industry where I can contribute to meaningful projects while expanding my practical knowledge in a professional environment.
Technical Skills
Projects & Experience
Keylogger
A keylogging application that records keystrokes locally. Later extended with a WebHook to send all typed input to a Discord server in real time. Demonstrates knowledge of system-level Python programming and data exfiltration techniques.
Driving School Web App
A complete management system for a driving school: student registration, instructor assignment, lesson and exam scheduling. Includes an admin panel with dynamic AJAX-based operations.
ARP Protocol Simulator
Simulates the ARP protocol using a graphical interface (Tkinter). Allows target host selection, ARP request sending, result logging, and spoofing toggle.
Network Packet Sniffer
A tool for capturing and analyzing network packets. Supports IP, TCP, UDP, and ARP protocols; displays real-time network traffic details. Includes packet filtering and basic content analysis.