Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.73 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.73 KB

Keyboard-Tracker

Application to track all user keyboard strokes

If you are a developer, click here.

NOTE: These applications cannot be installed on a machine without the consent of the system's owner
If you do so, you are solely responsible for the action and consequences

This application is available for Windows and Linux Operating Systems

Windows

Goto releases and download the zip file and extract it on your computer
Download Visual Studio C++ from here
Create a new Windows Project in Visual Studio
Replace the cpp file with main.cpp from downloaded folder
Go To Build and click on build. A .exe file is generated, run the executable file
The Tracker should start running, verify this with below step.
To see the tracker log, Goto C:\Users\<UserName>\AppData\Roaming\WinmpeT\log.sys
Open the log.sys file with notepad
Note: AppData folder may be hidden, make sure to unhide it

Features

This application runs in the background as SystemHost.exe (to be unsuspicious)
This Tracker is undetectable by any anti virus software
The appliaction restarts automatically on Turning On the computer

Linux

Application for Linux OS's is still under development

Make sure to visit this repo frequently for updates and fixes

Some Use Cases of Keyboard Tracker are:

Keeping track of your personal computer
Parental control
Administrative control

For Developers

If you are not familiar with Win32 API, this is a good place to start.
Open this project in Visual Studio C++, as a Windows Project