SkillAgentSearch skills...

PyKeylogger

python client/server keystroke logger

Install / Use

/learn @jeffbryner/PyKeylogger
About this skill

Quality Score

0/100

Supported Platforms

Universal

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

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

Related Skills

View on GitHub
GitHub Stars23
CategoryDevelopment
Updated6mo ago
Forks15

Languages

Python

Security Score

67/100

Audited on Sep 13, 2025

No findings