- This repository contains a Python-based key logger that logs keystrokes to a text file (
keylogger.txt
). It includes additional scripts (script.vbs
andscript.bat
) to execute the logger silently.
key_logger.py
: Python script usingpynput
library to capture keystrokes.script.bat
: Batch script to launch the Python script.script.vbs
: VBScript to runscript.bat
silently.
- Ensure Python 3.x is installed.
- Run
script.vbs
to start logging keystrokes. - Press
Esc
to stop the key logger.
batch
C:\path\to\key-logger-repo> script.vbs
- The key logger logs keystrokes to keylogger.txt in the current directory.
- Ensure you have appropriate permissions before running the logger.
- This key logger is intended for educational purposes only. Use responsibly and only with explicit consent.
Contributors (@thepasswordspoiler)