Skip to content

A simple key logger written in python. Gives the ability to email logged info after specific time

Notifications You must be signed in to change notification settings

nandofromthebando/Keylogger-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keylogger-Python

Disclaimer:

This is designed to test on your own devices only. I am not resonslible if you make stupid decisions.

Description

A keylogger written in python:

Keylog.py: Records keystrokes and saves in file named "info.txt"

PullText.py: Reads .txt file and converts to string

SendEmail.py: Sends email via Gmail

main.py: Runs main method

The program records keystrokes for a certain amount of time ("wait_time") and then emails the recorded text as the subject of the email. After the data is sent the "info.txt" file is deleted.

Use only on your own devices!

About

A simple key logger written in python. Gives the ability to email logged info after specific time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages