/Linux-keylogger

A Simple Keylogger For Linux... Written In Python

Primary LanguagePython

A Simple Keylogger For Linux... Written In Python

Running the setup

- git clone https://github.com/nandydark/Linux-keylogger.git
- cd Linux-keylogger
- sudo apt-get install python-xlib
- pip install pyxhook
- python main.py

That's it... Logs will be saved in Your desktop directory as output.txt

Check out keylogger for windows written with python... here