A simple global key logger built with Node.js.
- Logs all key presses globally
- Outputs logs to the console or a file
- Node.js (v14 or higher recommended)
- Windows OS (for global key logging)
- Clone the repository:
git clone https://github.com/yourusername/global-key-logger.git cd global-key-logger - Install dependencies:
npm install
Run the logger:
node logger.js- This tool may require administrator privileges to capture global key events.
- Use responsibly and only on systems you own or have permission to monitor.
MIT