A simple keylogger using python that mails you the logged key presses to your mail address.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Python Version : 3.6
You also need to install following packages
-
Download all the files to your local computer
-
Open config.py in any editor
- Add sender , recipient , username and password
- Change the time as per rquirement (By default it will mail the logs every minute)
- Save it
-
Open terminal and run main.py
python main.py
- Hat tip to anyone whose code was used