gitrobtest / win-keyboardlogger

Key logger that records keystrokes in 2 different formats and saves it to file as well as cloud in Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keyboardlogger

keyboardlogger is a key logger that can records keystrokes in the machine on which it was executed once. It does not require administrator priviliges to be executed on a computer. Once, executed it runs in the background, and automatically registers itself as a startup program. From then on, it records the keystrokes in scan-code and text format.

The recorded keystokes are saved in C:\Program_Files\cs-keyboard-logger. This folder will contain 3 files, namely, head.log, <username>-key.log, and <username>-text.log. head.log contains the name of the two user files in it. <username>-key.log contains the keystrokes in readable scan-code format. <username>-text.log conatins the keystrokes in standard text format (along with special keys as well).

Keystrokes are also saved onto the cloud in a similar fashion to that as mentioned above i case of files. However, instead of files, it is stored in message queues, with names head, <username>-key, and <username>-text. Now, that means you can monitor your target's keystrokes from anywhere. And, there is more. You can monitor multiple targets at the same time from your cloud (it will be stored separately for each user in seperate queues). The head queue can be used to keep track of the order in which you gained your targets and times when they restarted their computers.

demo


Start keyboardlogger.


It runs as a background application.


It registers itself to run on startup.


Now type something.


Log files are saved in C:\Program_Files\cs-keyboard-logger.


<username>-text.log contains keystrokes in readable text format.


<username>-text.log contains keystrokes in readable scan-code format.


Keystrokes are saved as queues at iron.io.


<username>-text contains keystrokes in readable text format.


<username>-log contains keystrokes in readable text format.

About

Key logger that records keystrokes in 2 different formats and saves it to file as well as cloud in Windows.


Languages

Language:C# 100.0%