About Me
I am a Computer Science student specializing in Cybersecurity with a strong interest in network defense and infrastructure management. With completed Cisco CCNA and CompTIA Security+, I have built a solid foundation in routing, switching, and identifying security threats. I combine this networking knowledge with practical skills in Linux administration and Python scripting to solve technical problems. I am currently seeking an entry-level position where I can apply my academic background and practical training to contribute to a security or networking team.
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.