Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.25 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.25 KB

Keylogger

A simple keylogger application built using Python, designed to capture keystrokes for educational and security research purposes.

Features

  • Logs all keystrokes in the background.
  • Stores logs in a specified file.
  • Can run stealthily in the background.
  • Cross-platform compatibility (Windows, Linux, MacOS).

Prerequisites

  • Python 3.x
  • Required Python libraries:
    • pynput

Installation

  1. Clone the repository:
    > git clone https://github.com/ramprasathmk/keylogger.git
  2. Navigate to the project directory:
    > cd keylogger
  3. Install dependencies:
    > pip install -r requirements.txt

Usage

  1. Run the keylogger script:
    > python keylogger.py
  2. Keystrokes will be saved in the log file specified in the script.

Disclaimer

This software is for educational purposes only. The author is not responsible for any misuse or damage caused by this tool.

Show your support

Give a ⭐ if you like this repository!

Buy Me A Coffee