Disclaimer : This script is provided for educational purposes only. Use it responsibly and ethically.
Keylogger a malicious program designed to track and record every keystroke on a computer, thereby gaining unauthorized access to personal data. This Python script captures keyboard input and logs it to a file. It uses the pynput library to monitor key presses.
- The keylogger runs in the background, silently capturing all key presses.
- It records each key along with a timestamp and saves the data to a text file (keylog.txt).
- Install the pynput library using pip:
pip install pynput- clone the repository:
git clone https://github.com/imbazinga/KeyLogger- change the directory to access the file:
cd Keylogger- then run the python script:
python key.py