An open API service indexing awesome lists of open source software.

https://github.com/xetera/python-keylogger

rudimentary client-server keylogger using sockets
https://github.com/xetera/python-keylogger

Last synced: about 1 year ago
JSON representation

rudimentary client-server keylogger using sockets

Awesome Lists containing this project

README

          

# Python Keylogger

Simple implementaton of a keylogger on Python for learning sockets

* Easier to use it when built using pyinstaller
* Obviously not meant for actual malicious use. Not even sure how that would be possible
# TODO

- [ ] Add key combinations, currently not handing ctrl+backspace commands properly by emptying char buffers