Skip to content

Androsh7/Windows_Keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

THIS TOOL IS FOR EDUCATIONAL AND RESEARCH PURPOSES ONLY

MALICIOUS USE OF THIS TOOL MAY CONSTITUTE A CRIME

This is a simple keystroke logger that uses GetKeyBoardState function from WINUSER.h to get information on the status of key presses for the current user. The output is then logged to the users documents folder in a file called log.txt image VirusTotal report

How the keylogger works

  • Uses the windows input class to record all 256 keystates
  • The program then determines which keypresses are recordable
  • Program then writes these keystrokes into a file that shows what the user typed

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages