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
- Host: GitHub
- URL: https://github.com/xetera/python-keylogger
- Owner: Xetera
- Created: 2017-12-25T12:30:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-25T13:00:31.000Z (over 8 years ago)
- Last Synced: 2025-03-26T13:29:47.038Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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