Simple Python Keylogger

A simple keylogger written in Python
Download

Simple Python Keylogger Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • nanotube
  • Publisher web site:

Simple Python Keylogger Tags


Simple Python Keylogger Description

A simple keylogger written in Python Simple Python Keylogger (PyKeylogger) is a simple keylogger written in Python.I threw it together one day after not being able to find a simple and trustworthy (as measured by the availability of source code) keylogger for windows, and it sort of snowballed from there. It is currently available for Windows (NT/2000 and up), and Linux (using Xlib, so won't work on the console).It is primarily designed for personal backup purposes, rather than stealth keylogging. Thus, it does not make explicit attempts to hide its presence from the operating system or the user. That said, the only way it is visible is that the process name shows up in the task list, so it is not immediately apparent that there is a keylogger on the system. However, since it also makes periodic writes to disk, and since it openly hooks well-known windows APIs (SetWindowsHookEx), any keylogger detector worth its salt will be able to sniff it out. So basically, it doesn't exactly advertise itself, but doesn't hide itself either.The main goal is to create a "universal backup solution" for everything you type. We have all at one time or another accidentally closed that word or notepad file without saving. We have all lost form data on the web after it failed to submit properly. Not even mentioning the ever-present threat of computer crash. PyKeylogger logs everything you type, so you can recover the text of anything you type in any application. Simple and elegant, don't you think?Since PyKeylogger is available as a simple python source file (well, a few simple source files), there are no trust issues with using it - you can just look at the source yourself and make sure that it does exactly what you need it to, and nothing more. (Especially not sending your info to someone else without your knowledge.) Here are some key features of "Simple Python Keylogger": · Log all keystrokes to disk, to a delimited data file · Automatically archive logfiles to dated zips · Automatic log rotation · Automatically send zipped log archives to specified email address (works with any SMTP server, including GMail and Yahoo Mail secure SMTP servers) · Takes a partial screenshot, centered at the location of every mouse click. · Automatically flush write buffer to disk, to minimize data loss in the event of a crash · Very customizable, through configuration with a .ini text file · GUI (graphical) control panel for settings and actions (this is now the recommended way to change settings) · Password protection of control panel · Passwords are obfuscated in the configuration file, to prevent casual snooping · Automatically delete log files older than specified age Requirements: · Python What's New in This Release: · Improve username getter to work with other variants of Linux environment variables. · Email sending no longer hangs on errors. · Fix a number of unicode parsing errors. · Fix bug on Linux when hookkeyboard is set to False. · A number code style changes (thanks to Christophe Gragnic) to bring the code more in line with python PEP8.


Simple Python Keylogger Related Software