Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 -p

The server receives the keys via udp and prints to screen, translating carrage returns, etc to chr(X); i.e. cr=chr(13)