Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 1.32 KB

README.md

File metadata and controls

29 lines (27 loc) · 1.32 KB

tinky-winkey

Tinky-winkey is a keylogger running under a service using win32api.
svc.exe is the executable running the service named tinky and winkey.exe is the keylogger, it will store every keystroke using low-level hook under a file named winkey.log where the executable stand.

Compilation

nmake {all,re,clean,fclean,test} # Run it under both \tinkey and \winkey

Quick install

You can run build.bat at the root of the repository to compile both tinky and winkey and copy executables.

.\build.bat {all,re,clean,fclean,test}

Execution

svc.exe and winkey.exe must be in the same directory. Then running as administrator:

.\svc.exe install # Install the service
.\svc.exe delete  # Delete the service
.\svc.exe start   # Start the service and run the keylogger
.\svc.exe stop    # Stop the service and the keylogger

The file winkey.log contains keylogger logs.

VM install