Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 749 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 749 Bytes

Keyboard Keylogger

This is a simple keyboard keylogger for Desktop systems. It is written in Python and uses the keyboard library to capture keyboard events. It is a simple proof of concept and is not intended for any malicious use.

Usage

To use the keylogger, simply run the keylogger.py file. It will start capturing keyboard events and save them to a file called keys_pressed.txt. To stop the sniffer, press Ctrl + C in the terminal.

Requirements

The keyboard library is required to run the sniffer. To install it, run the following command:

pip install keyboard

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details

Copyright 2023, Max Base