A keylogger written in python to serve linux distros
A keylogger written in python to serve Linux distros.
This logger is built using the pyxhook library created by Jeff Hoogland(https://github.com/JeffHoogland/pyxhook), which itself is an implementation of the popular pyhook library for windows.
logman was created to collect data from users about their typing patterns for a particular password. When a user types a password, logman logs the keystrokes along with the up-up, up-down and hold key timings and saves it.
The data collected by logman from different users was used to analyze different users and try to differentiate them based on their typing patterns.
Well that’s pretty straightforward-
This logger was created for the specific purpose to be used as a part of a larger project. Thus to cater to own customized logging needs, it may be better to use the pyxhook library directly. Logman can provide you with an example of how to use this library.