Skip to content

HoldYourWaffle2/KeyLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeyLogger

Simple Java keylogger using JNativehook.

Features

  • Writes all keypress/release/typed events to a log file in the format: ARROW KEY, where KEY is the textual representation of the key pressed/released/typed and ARROW in the format of:
Arrow Event
Pressed
Releassed
Typed
  • System tray icon with items for showing the log file, error log and exiting the program.
  • Error message on error instead of silently failing (not that it should fail).

Usage

java -jar KeyLogger.jar <log directory>