- Hi friends, in this project, I designed a keylogger in python for educational purposes. With this keylogger, it is possible to take screenshots periodically and at the same time get the keyboard input from the user.
# Make sure your PIP is up to date
pip install -U pip wheel setuptools
# Install required dependencies
pip install -r requirements.txt
1- Type the Outlook accounts to use for sending files.
2- Type the password of the sender's e-mail address.
3- You can run the file named main.py.
4- You can access the files by checking the recipient e-mail after 10 minutes.
- It automatically saves the information in a file output called Picture in the C directory on a computer.
- You can see the screenshots and enter the keyboard in this file.
- It simultaneously saves the keyboard input to a txt file named logs.
- At the same time, it sends information in the form of a zip file to the e-mail address entered every 5 minutes. You can see it under the mail function field of the section where you will enter the e-mail address in the codes. You can contact me for any questions about the project.
Our project is licensed under the MIT License.