An open API service indexing awesome lists of open source software.

https://github.com/cyian-1756/d-keylogger

A x11 keylogger written in D
https://github.com/cyian-1756/d-keylogger

d dalng keylogger

Last synced: 6 months ago
JSON representation

A x11 keylogger written in D

Awesome Lists containing this project

README

          

# d-keylogger
A x11 keylogger written in D

This program uses the x11 bindings to log key strokes on linux (And maybe other unix like OSs)

## Features

* Records the name of the window the keys were sent to

* Stores pressed keys in a buffer before writing to disk to help avoid detection

* Xor encryption of the keylogs both in memory and on disk

* Catches SIGTERM and SIGINT and writes the keylog to disk before exiting

* Has an option to ignore SIGINT and SIGTERM and keep running

## Build

Build with `dub build`