Advanced Keylogger in Python

Important Disclaimer: The author will not be held responsible for the abuse of this program. This is only intended for educational purposes. How to use: Install Python version 3 on your computer from https://python.org. Make sure you install the pip package manager (it should be an option that the Python installer gives). Download the file and open it up in a text editor. Install all the necessary packages the program uses using Pip. You can find these packages at the […]

Read more

A guide to building basic malware in Python by implementing a keylogger application

A guide to building basic malware in Python by implementing a keylogger application.If you want even more detail on the Project view my Youtube Series linked here. Purpose of the Project This repository is made for the purpose of learning how basic malware can be created, obfuscated, and then deobfuscated for malware analysis. Through this repository, a fully working keylogger with the ability to exfiltrate data as well as persist on host machines will be presented. In addition to this, […]

Read more

A keylogger based in python which when executed records all the keystrokes of the system it has been executed on

This is a keylogger based in python which when executed records all the keystrokes of the system it has been executed on and sends to your email every 30 secs. Upon executing even if the victim deletes the file it creates a hidden temp folder in the victim’s system and then adds a registry key with a less suspicious name which executes every time upon startup.It has been merged with a pdf,jpg,etc or whatever file they want to merge it […]

Read more