Skip to content

SharonBrizinov/SimpleKeylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Simple Keylogger

Simple keylogger using Windows hooks mechanisem. Features:

  • Supports foreign languages
  • Keys are stored in a log file ("encrypted" using XOR)
  • Suicide mechanisem
  • Persistency using CurrentVersion\Run registry key
  • Single instance running using Mutex
  • Detailed configuration at compile time

Hooks

  • WH_KEYBOARD_LL - The WH_KEYBOARD_LL hook enables you to monitor keyboard input events about to be posted in a thread input queue.

I wrote this tool as a learning project to understand some of the inner working of Windows better.

For educational purposes only, please use responsibly.

About

Simlpe keylogger using Windows Hooks. Also supports foreign languages. For educational purposes only.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages