KSTLogger is a simple keylogging tool written in Python. It captures and logs keystrokes to a file, with options to start and stop logging and locate the log file.
- Dynamic log file naming based on the current date and time
- Logging configuration update for each new log file
- Stop keylogger by pressing the Esc key
- CLI menu for user interaction
-
Clone the repository:
git clone https://github.com/lovegraphy/KSTLogger.git cd KSTLogger -
Install the dependencies:
pip install -r requirements.txt
-
Run the keylogger:
python KSTlogger.py
-
Use the menu to start keylogging, stop keylogging, locate the log file, or exit the program.
