Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 455 Bytes

File metadata and controls

15 lines (10 loc) · 455 Bytes

This is a simple keylogger which will save every stroke of key on your device

External module required: pynput

Command for external module:

pip install pynput

Commands:

git clone https://github.com/4lpha-x/keylogger
python keylog.py

Now your keylogger will launch
Press Esc key to stop the keylogger
The logged data will be saved in a .txt file named logged.txt in the same directory folder where the keylog.py is present