ivan-sincek / malware-droppers

Custom malware droppers written in multiple languages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Malware Droppers

The goal of this project is to show a variety of custom malware droppers.

Useful websites:

Made for educational purposes. I hope it will help!

Table of Contents

1. C# Process Hollowing

Using gzip, XOR, and Base64 to encode Mimikatz v2.2.0 (64-bit); using process hollowing into C:\Windows\System32\cmd.exe (64-bit) to run it.

Built with Visual Studio Community 2019 v16.11.10 (64-bit), written in C# (.NET Framework v3.5), and tested on Windows 10 Enterprise OS (64-bit).

Check the code in these files:

1.1 Encoder

Usage: Encoder.exe <file> <key>