Skip to content

A simple python based Key-Logger project in Cyber Security

Notifications You must be signed in to change notification settings

ramprasathmk/keylogger

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages