Skip to content

hum4n12/key-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Key-Logger

Simple key-logger with ability to send intercepted data to the server. If server is not active, data will be saved to a file.

Usage

To run key-logger, run main.py file

python main.py

To run example server with intercepted data, run server.py file

python server.py

Server

Your server will be running by default on localhost (port 5000). Data will be grouped by ip address and date time.

Logger

Keyboard logging will be saved in the file, if server is active data will be send to the server. To turn off logger, click Esc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published