Global Key Logger

A simple global key logger built with Node.js.

Features

  • Logs all key presses globally
  • Outputs logs to the console or a file

Requirements

  • Node.js (v14 or higher recommended)
  • Windows OS (for global key logging)

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/global-key-logger.git
    cd global-key-logger
  2. Install dependencies:
    npm install

Usage

Run the logger:

node logger.js

Notes

  • This tool may require administrator privileges to capture global key events.
  • Use responsibly and only on systems you own or have permission to monitor.

License

MIT