Skip to content

Monitors a client's keystrokes and sends this data to the hacker's machine where it is saved in a text file.

Notifications You must be signed in to change notification settings

7enTropy7/Remote_Keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Remote_Keylogger

Some fun hacker-man stuff :P

There will be 2 computers, Hacker and Client.

Firstly, the hacker_server.py file will be executed on the Hacker's machine. Then the key_logger_client.py file will be executed on the client's machine.

Now whatever keys are pressed on the client's keyboard will be sent to the hacker's machine where this data will be written and stored in a text file (keylogs.txt).

Data is sent from client to server using socket programming.

About

Monitors a client's keystrokes and sends this data to the hacker's machine where it is saved in a text file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages