This project consists of two Python scripts: a server and a client. The client listens to the keyboard for keystrokes and sends them to the server. The server logs the keystrokes and provides an ...
This project implements a simple keylogger that captures keystrokes from a client machine and sends them to a server for logging purposes. It utilizes Python for scripting, pynput library for ...