Skip to content

A keyboard hook that sends recorded keystrokes on windows via email

Notifications You must be signed in to change notification settings

leyanpan/Keyboard-Hooker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Hook

A keyboard hooker that sends keystroke on windows via email

Usage

  1. Create a file in the same directory named swap.sys
  2. Compile the project (you would need Visual Studio) or run the pre-compiled exe file in release. The program will run in background.
  3. The program will send a mail every 3 minutes if there is any stroke recorded. Check your mailbox regularly!
  4. To stop, enter Ctrl + `, it will stop automatically.

#File format The swap.sys should be organized in the following format:

1st Line: The server that the mail request should be sent to e.g. smtp.163.com

2nd Line: Mail address you want to use e.g. [email protected]

3rd Line: Mailbox password e.g. 123456

The file should contain the following for the example:

smtp.163.com

[email protected]

123456

The mails will be sent from and to the mailbox entered.

Problems

The process is still visible through task manager. And there should be a lot of problems to solve!

About

A keyboard hook that sends recorded keystrokes on windows via email

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages