pcmarcon / malduino-payload-samples

Scripts to simulate/POC ransomware attack on windows computer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Malduino Payload Script Samples

just few script samples to simulate ransomware atack using malduino (origina or generic) to run the payloads

samples based on https://github.com/H0neyBadger/H0ney ransomware POC PowerShell

please take a look on H0neyBadger repository for more details or if you intent to decript files also....

Payload Sample Files

payload.ps1 - powershell script that can encrypt or just rename a single or multiple files and then show a fake screen asking for payment

screen_enc.jpg - fake ransomware encryption image to display

virtual_malduino.bat - use this .bat on the windows computer when is not possible to connect the USB Malduino

single_file_enc_malduino.ino - arduino firmware with payload script for ORIGINAL MALDUINO HW

single_file_enc_generic.ino - arduino firmware with payload script for GENERIC USB ATMEGA32U4 HW

Malduino ORIGINAL and GENERIC hardware

original

https://malduino.com

image

image

generic

search on amazon or aliexpres or any other for "arduino beetle USB ATMEGA32U4"

image

image

About

Scripts to simulate/POC ransomware attack on windows computer

License:MIT License


Languages

Language:C++ 63.0%Language:PowerShell 23.5%Language:Batchfile 13.1%Language:Shell 0.5%