A simple keylogger application built using Python, designed to capture keystrokes for educational and security research purposes.
- Logs all keystrokes in the background.
- Stores logs in a specified file.
- Can run stealthily in the background.
- Cross-platform compatibility (Windows, Linux, MacOS).
- Python 3.x
- Required Python libraries:
pynput
- Clone the repository:
> git clone https://github.com/ramprasathmk/keylogger.git
- Navigate to the project directory:
> cd keylogger
- Install dependencies:
> pip install -r requirements.txt
- Run the keylogger script:
> python keylogger.py
- Keystrokes will be saved in the log file specified in the script.
This software is for educational purposes only. The author is not responsible for any misuse or damage caused by this tool.
Give a ⭐ if you like this repository!