Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffbryner/pyKeylogger
python client/server keystroke logger
https://github.com/jeffbryner/pyKeylogger
Last synced: 22 days ago
JSON representation
python client/server keystroke logger
- Host: GitHub
- URL: https://github.com/jeffbryner/pyKeylogger
- Owner: jeffbryner
- License: other
- Created: 2012-10-07T05:05:32.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-07T05:12:50.000Z (about 12 years ago)
- Last Synced: 2024-11-17T03:42:06.427Z (26 days ago)
- Language: Python
- Size: 4.84 MB
- Stars: 21
- Watchers: 5
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
- awesome-hacking-lists - jeffbryner/pyKeylogger - python client/server keystroke logger (Python)
README
A rather simple python keystroke logger client/server.
The client is meant for win32 since it relies on pyhook which seems to be only win32.
Client sends keystrokes over UDP port 6666 by default to any IP address specified via
the command line: keylogClient -s -pThe server receives the keys via udp and prints to screen, translating carrage returns, etc to chr(X); i.e. cr=chr(13)