loggy is a simple educational keylogger for windows, macos and linux. It is written in C++ and records keystrokes in a text file. It is not meant to be used for malicious purposes. It is meant to be used for educational purposes only. It is a simple keylogger and does not have any advanced features.
To use loggy, follow these steps:
- Clone the repository
git clone https://github.com/mendax0110/loggy.git
- Navigate to the loggy directory
cd loggy
- Create a build directory
mkdir build
- Navigate to the build directory
cd build
- Generat the build files
cmake ..
- Build the project
cmake --build .
- Run the executable
./loggy
- Run the executable as a scheduled task
./loggy -sd
loggy is supported on the following platforms:
- Windows
- MacOS
- Linux