Skip to content

This program intends to take all the buttons you pressed and send them to the server

Notifications You must be signed in to change notification settings

Amr-Khaled-Ahmed/key-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keylogger

This repository contains a simple keylogger implemented in Python. The keylogger captures keystrokes from the local system and sends them to a server for logging.

Features

  • Captures keystrokes from the keyboard using the pynput library.
  • Sends captured keystrokes to a specified server using TCP/IP socket communication.
  • Runs discreetly in the background.

Prerequisites

Make sure you have Python 3.x installed.

sudo apt install python3

About

This program intends to take all the buttons you pressed and send them to the server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages