xpierroz / EZKey

POC | EZKey is a FUD key-logger made for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


R
EZKey

POC | FUD KeyLogger made with Python

by pierro




Introduction

EZKey is a POC made to demonstrate how a simple Python program is able to steal the keyboard activity from someone while passing most of the antivirus protections.

Features

  • FUD (fully undetectable)
  • Encrypting the data
  • Sending the data to your Discord Webhook

How to use

  • Download this repository and extract it.
  • Start client.py and create the payload
  • Then, the payload (ezkey.pyw) will be modified with your webhook
  • Edit the payload's name, and compile it (not necessary)
  • Send the payload to your victim

How does it work

Once the victim executes the payload, it will start the keylogger in the background. Every keys will be recorded and saved to MatPlot.cache. Everytime the maxlen var (chosed by the user when creating the payload) is reached, the keylogger will send a file containing the data to the webhook. The data will be encrypted to integers, so it will be harder to detect it.

Virus Total analyze

VirusTotal

Warning

This tool is explicitly designed and provided exclusively for educational intentions. Its primary objective is to illuminate the vulnerabilities that files can be susceptible to, highlighting the need for proactive security measures. It is imperative that this tool is never leveraged for any illegal, unauthorized, or malicious undertakings. Under no circumstances will I assume liability for any detrimental consequences inflicted upon your computing infrastructure. I hereby absolve myself from any complicity in activities of an illicit nature. Emphatically, this tool's utility is confined to didactic objectives.

Back to Top

About

POC | EZKey is a FUD key-logger made for Windows

License:GNU General Public License v3.0


Languages

Language:Python 100.0%