From d182d039e8ac1a37a1c0048745c8fb05207737d0 Mon Sep 17 00:00:00 2001
From: nanotube
- pykeylogger requires the following dependencies: + If you want to run PyKeylogger from source, it requires the following dependencies:
- Alternatively, you can just get the binary package for windows. Unzip the archive, put the contents + Alternatively, if you want to use the binary distribution, you dont need any of those packages. + You can just get the binary package for windows. Unzip the archive, put the contents anywhere you want (as long as they are all together in the same directory, of course), and run - keylogger.exe. + keylogger.exe. You can rename the exe to anything you want before running it, if you don't want "keylogger.exe" + showing up in your task list.
Default log location is the directory "C:\Temp\logdir". If you don't like this, or any other defaults, see below @@ -106,8 +108,9 @@ Since the file's extension is ".pyw", it runs without a console window in the background, if you just double-click the file. If you want to see the console (to see error output, e.g.), just rename the file with ".py" extension, or run it from command line with -
python keylogger.pyw- +
python keylogger.pywRunning from binary, just run "keylogger_debug.exe" to see the console, + instead of the regular "keylogger.exe". +
@@ -231,7 +234,7 @@ - Last changed: Sep 5 2005 14:27 + Last changed: Sep 14 2005 11:27