-
-
Py_Keylogger
Python Keylogger on Windows 7
Py_Keylogger
============
Python Keylogger on Windows 7
A simple Python keylogger copied from YouTube.
It uses modules: PyHook, pythoncom
It records keystrokes to a txt-file to catch type-errors or combinations of pressed ...
-
rootkit
... hide echo 1 > /proc/harmless_file/hide_module
write 0 to show
-enabling disabling keylogger:
write 0/1 to /proc/harmless_file/keylogger
-reading keylogger log:
cat /proc/harmless_file/keylogger
you'll need a custom app to decipher the keysym
-