Keylogger

The Python script will do the following: 1. Listen to keystrokes in the background. 2. Whenever a key is pressed and released, we add it to a global string variable. 3. Every N minutes, report the content of this string variable either to a local file (to upload to FTP server or use Google Drive API) or via email.

View my project

Sep 01, 2022 - Sep 30, 2022