Skip to content

ARYAN03B/keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Keylogger

Abstract

A Keylogger attempts to retrieve confidential information by capturing user input via keystroke monitoring and leaking this information for malicious purposes.

Aim of the Project

The aim of this project is to track keyboard activities.

How Does It Work?

A Keylogger records all information and keeps track of everything typed. This can be used to intercept credit card information, passwords, and other sensitive information typed into the keyboard. Keystroke loggers can be installed as malware without the user’s knowledge in order to steal sensitive data.

Usage

  1. Clone this repository:

    git clone https://github.com/yourusername/keylogger.git
    
  2. Install the necessary dependencies:

    pip install -r requirements.txt
    
  3. Run the Keylogger:

    python main.py
    
  4. To stop the Keylogger, press Enter in the terminal window where it's running.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages