nesl / KeyLogger_Python

Keylogging, mouse logging, active window logging, password pop-up window to interrupt user.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeyLogger Python

Keylogging, mouse logging, active window logging, password pop-up window to interrupt user.

Windows dependencies

Python 2.7: http://www.python.org/getit/ pyHook Module: http://sourceforge.net/projects/pyhook/ pywin32 Module (pythoncom): http://sourceforge.net/projects/pywin32/

pyHook Module - Unofficial Windows Binaries for Python Extension Packages: http://www.lfd.uci.edu/~gohlke/pythonlibs/

Mac Os dependecies

Python 3.6.0 AppKit module - "pip3 install Appkit" Pynput module - "pip3 install pynput"

keylogger.py - Records all the characters keylogger_anon.py - Anonymized version: Records alphanumeric characters as 'Left'/'Right' and special characters are recorded as it is

Usage: sudo python3 keylogger_anon.py

About

Keylogging, mouse logging, active window logging, password pop-up window to interrupt user.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%