-
-
xkeylogger
Rootless keylogger for X
# xkeylogger
Rootless keylogger for X.
## Features
- No root access required.
- Keep track of the focused window and print its name too.
- Translate raw keystrokes according to the current keyboard layout.
- Allow to ...
-
big-data-ergonomics
... Times of key presses
I figured I'd use a keylogger but not log the keys. Some references
* [Teensy keylogger](http://www.irongeek.com/i.php?page=security/homemade-hardware-keylogger-phukd)
* [Arduino USB keyboard kluge](http://www.practicalarduino.com/ ...
-
ispy-kernel-hacks
... (using a -r flag)
that can check a fingerprint file against the currently running system.
io.c : this is a crude keylogger (taking the form of a kernel module) that
intercepts keystroke calls and then outputs them to the kernel log and
the terminal ...
-
Python-programs
... and change the src address of the image in index.html.
Keylogger
---------
This program as the name let suppose is a fully functional ... that shows how to track the mouse movement clicks etc. As keylogger it use a pyhook and so works only for windows.
-
spy_tux
a keylogger for linux
spy_tux - a simple keyl ogger for linux
========================================
compilation
-------------
add the path of the "event" file of your keyboard (which is in "/dev/input/" folder. most probably it is "event3"), your " ...
-
AndroidKeyLogger
... .d("Key Pressed",keypress);
try{
String SDCARD = Environment.getExternalStorageDirectory().getAbsolutePath();
String FILENAME = "keylogger.txt";
File outfile = new File(SDCARD+File.separator+FILENAME);
FileOutputStream ...
-
MyKeylogger
keylogger (windows) using winapi
MyKeylogger
===========
keylogger (windows) using winapi
Build and Run
==============
* Build in Visual Studio 6
* copy dll file and exe file in same folder
* run exe file
* result file is in c:\keylogged.txt
-
CooLogger
Keylogger/stealer created for child/employment monitoring purposes - Now open source. Mainly to test decryption of various protocols. Features extensive authentication system
-
node-keyboard
Quick & dirty keyboard keylogger for NodeJS & Linux
node-keyboard
=============
Quick & dirty keyboard keylogger for NodeJS & Linux
Inspired from http://nodebits.org/linux-joystick
Install
-------
```
npm install git+https://github.com/Bornholm/node- ...
-
py-key-logger
... key logger in Python. Initial research :) is done. Now comes the hard part. Coding and making sure the code works.
Update: Made the keylogger. Right now it just makes a file named output.txt in the same folder as the py file. It works on my linux sytsem ...
-