Skip to content

mendax0110/loggy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loggy

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.

Usage

To use loggy, follow these steps:

  1. Clone the repository
git clone https://github.com/mendax0110/loggy.git
  1. Navigate to the loggy directory
cd loggy
  1. Create a build directory
mkdir build
  1. Navigate to the build directory
cd build
  1. Generat the build files
cmake ..
  1. Build the project
cmake --build .
  1. Run the executable
./loggy
  1. Run the executable as a scheduled task
./loggy -sd

Supported Platforms

loggy is supported on the following platforms:

  • Windows
  • MacOS
  • Linux

Releases

No releases published

Packages

No packages published