Skip to content

Python code that captures keystrokes and writes them to a file called keystrokes.txt. The code listens for both keypress and release events, but only writes the press events to the file.

Notifications You must be signed in to change notification settings

SilentDeath53/keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

keylogger

keylogger.py: Python code that captures keystrokes and writes them to a file called keystrokes.txt. The code listens for both keypress and release events, but only writes the press events to the file.

logsender.py: It sends the keystrokes.txt to the e-mail address you want. See my other repositories for Mail Sender versions. chck: https://github.com/SilentDeath53/MailSender

Made By Silent Death_53

It is for educational and exemplary purposes and should not be used for any bad action/malicious activities.

About

Python code that captures keystrokes and writes them to a file called keystrokes.txt. The code listens for both keypress and release events, but only writes the press events to the file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages