Skip to content

imbazinga/KeyLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Python Keylogger

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.

Functionality:

  • 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).

Installation:

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages