Skip to content

This is a simple keyboard keylogger/sniffer 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.

License

Notifications You must be signed in to change notification settings

BaseMax/KeyboardKeylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a simple keyboard keylogger/sniffer 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages