Skip to content

lamachin3/Droppy

Repository files navigation

Dropper Builder

A modular PE dropper builder based on a Flask web app to craft custom droppers that aim at bypassing modern EDR protections.

⚠️ Disclaimer

This tool is intended solely for authorized security testing, research, and educational purposes. Misuse of Droppy to deploy unapproved or malicious software is strictly prohibited. The authors and contributors of this project do not assume any liability for damages or legal consequences arising from improper use. By using Droppy, you agree to comply with all applicable laws and regulations in your jurisdiction.

🚀 Implemented Modules

💉 Injection Techniques

  • Remote Process Injection
  • APC Injection
  • Early Bird Injection

📦 Payload Loading Techniques

  • In Memory
  • File Mapping
  • Function Stomping

🔐 Encryption & Obfuscation

  • AES
  • RSA
  • RC4
  • IPV4/6 hex format
  • UUID hex format
  • MAC hex format

🕵️ Stealth Techniques

📋 To-Do

🛠️ Setup

Use the provided scripts to install the required components, setup.ps1 or setup.sh. These scripts require python3 to be already installed. Once the setup completed simply run the flask web app.

  • On Windows
> venv\Script\active
> python app.py
  • On Linux
$ venv/bin/activate
$ python3 app.py

📂 Structure

  • backend/ → Flask API & build scripts
  • dropper_core/ → C source code for the dropper

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors