- This repository contains a Python-based key logger that logs keystrokes to a text file (
keylogger.txt). It includes additional scripts (script.vbsandscript.bat) to execute the logger silently.
key_logger.py: Python script usingpynputlibrary to capture keystrokes.script.bat: Batch script to launch the Python script.script.vbs: VBScript to runscript.batsilently.
- Ensure Python 3.x is installed.
- Run
script.vbsto start logging keystrokes. - Press
Escto 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)