fossler / python-keylogger

A simple keylogger made in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-keylogger

A simple windows keylogger made in python

Requirements

  1. Python 2.x
  2. Pywin32 (Download 32-bit or 64-bit depending upon your architecture and python version from sourceforge)
  3. Pyhook (Download 32-bit or 64-bit depending upon your architecture and python version from sourceforge)

Triggering it with any program like your browser
1. Right click on desktop and create a new shortcut
2. Add the name of the shortcut.
3. Now go to properties of the shortcut and add the target to be the path to the batch file (.bat).
4. In the batch file enter the paths to the programs you want to execute when the icon is launched.
Optional - Download a relevant icon for your shortcut and add it from shortcut properties.

About

A simple keylogger made in python


Languages

Language:Python 92.3%Language:Batchfile 7.7%