A keylogger for Linux devices, written in C.
Features:
- Runs in the background/avoids basic detection
- Sends batches of information over a TCP socket including key pressed, a timestamp, and the device to store on a server
Contributions:
- General project setup
- Architecture to integrate keylogger with the server (ex: batched information structures)
- Unit tests for the keylogger & client/server connection