Skip to content

🔑 Simple KeyLogger for Windows10 with basic capturing. This project is for educational purposes only.

Notifications You must be signed in to change notification settings

josiprezic/keylogger-win10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeyLoggerWIN10

This project is for educational purposes only.
Windows 10 KeyLogger with basic key capturing (english letters, numbers, capitalKey, shiftKey, backspaceKey, mouseKeys, enterKey, escapeKey).
If you want to save keyLogger result to another destination, change the value of "textFilePath" variable.
If you want to balance between capturing precision and computer performace, change the value of "checkKeyboardEveryNMiliseconds" variable.

A keylogger is a form of software which is used to track or log the all the keys that a user strikes on their keyboard, usually in secret so that the user doesn’t know that their actions are being monitored. Keylogger is short for keystroke logger and is otherwise known as a keyboard capturer. Keyloggers capture everything the user types — personal messages, passwords, credit card numbers etc.

Tools: Visual Studio IDE

BASIC USAGE:

  1. Copy KeyLoggerWIN10.exe file from KeyLoggerWIN10/x64/Debug/ to custom location on your PC.
  2. Run KeyLoggerWIN10.exe.
  3. KeyLogger is now active.
  4. After a while turn off KeyLoggerWIN10.exe in Task Manager->Processes->KeyLoggerWIN10.exe->End task.
  5. Go to the custom location (defined in step #1).
  6. Open text.txt to see the result.

Task Manager screenshot: Screenshot_1

text.txt screenshot: Screenshot_2

About

🔑 Simple KeyLogger for Windows10 with basic capturing. This project is for educational purposes only.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages