Skip to content

Essiga/GlobalKeylogger

Repository files navigation

GlobalKeylogger

Description

A keylogger that logs keystrokes globally on a windows system. Used for generating data for training a keystroke continuous authentication model. The tool was designed to generate data in the same format as the following dataset: https://www.sciencedirect.com/science/article/pii/S2352340923002445

Usage/Installation

No installation required, just download the executable and run it.
If you have .NET 8.0 installed you can use the '/framework_dependent/GlobalKeyLogger.exe' if not you can use the '/self_contained/GlobalKeyLogger.zip' version which is zipped due to file size limitations of github, it however is a self-contained executable that brings everything that you need to run it. If you are unsure, just use the self-contained version, the file size is larger but it contains everything you need.

When running the program, it will minimize to the tray and immediately start logging keystrokes. In the system tray you can Pause/Resume the logging, and Exit the program.

img.png

img_1.png
The red dot indicates that it is currently recording and can be paused via right click and 'Pause'
img_2.png
The blue pause button indicates that it is currently paused and can be resumed via right click and 'Resume'

The program will only run once logged into the user account, it will not run on the lock screen.
When hovering over the tray icon it will show the amount of keystrokes logged in the current session.

Logging

A .csv file is created next to the executable with the name keylog_.csv The file contains VK,HT, and FT which stands for VirtualKeycode, HoldTime, and FlightTime

Each new run of the program will create a new file with a new timestamp. Pausing and resuming will not create a new file, but will continue to log to the same file. If datasets are collected by the same user on different PCs with different keyboards or keyboard layouts, please keep the datasets separate, as it may cause issues during training.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages