This project is intended for educational purposes only. It is designed to demonstrate basic concepts related to keylogging in a controlled environment. The code provided is not meant for malicious use, and it should only be used with explicit consent from the user.
- This software should only be used in environments where you have explicit permission to test and monitor keystrokes (e.g., for penetration testing in a controlled lab environment).
- Unauthorized use of this program, or using it without consent, may violate privacy laws and is strictly prohibited.
- The creators of this project do not condone or promote the use of keyloggers for illegal or unethical activities.
- By using this project, you agree to use it responsibly and within legal boundaries.
Please ensure you have permission and legal authorization before utilizing or deploying this software.
-
Python 3: Ensure you have Python 3 installed. You can download it from here.
-
pynput Library: This keylogger uses the
pynputlibrary to capture keystrokes. To install it, run the following command:pip install pynput