- This is a simple keylogger designed for educational purposes only
- Ones you run the program the tool starts to record all the keys pressed
- Press escape key to close the session
- The keys pressed during the logging session will be stored in the txt file named “keylogges.txt”
- The keys will be logged with time and date in the txt file every time you run the tool in the nextline
- Make sure you have python installed
- pip install keyboard
- pip install pynput
- git clone https://github.com/iswnischay/Keylogger.git
- cd Keylogger
- py log.py