/PythonKeylogger

A remote keylogger with some cool features

Primary LanguagePython

PythonKeylogger

Installation/Usage

You might want to change to an exe by using something like py2exe or PyInstaller. Then just run it. To stop it press Ctrl-E or end the Python process in Task Manager

Features

  • Remote (sends emails)
  • Adds to startup directory
  • Runs in background
  • Retrieves info about computer (FQDN, Processor, etc)
  • Emails are encoded (Base64)

Modules

  • win32gui
  • pywin32
  • pyHook

To do

  • Stop lag when sending email
  • Log mouse action too
  • Take pictures and send those too
  • Make Mac compatible (maybe Linux?)