w1n-keylogger
w1n-keylogger copied to clipboard
🔑⌨ Windows keylogger made in python ;D
w1n-keylogger
🔑⌨ Windows keylogger made in python ;D
Installation
Use the package manager pip to install pynput(Dependencies).
$ python3 -m pip install foobar
Support Note: Only works on windows as the repo names says :/
Usage
Run the keylogger.py
file to log the keys in key_log.json
file:
$ python3 keylogger.py
[+] Running Keylogger successfully!
[!] Saving the key logs in 'logs.json'
Acknowledgements
- bin0x00 - For initializing the this project.
-
moses-palmer - For making the pynput
- More acknowledgements at moses-palmer pynput repo
- nitratine.net and theembeddedlab.com for making amazing guides of which this repo is based on :D
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.