25. Maldev Academy Tool - MiniShell

Maldev Academy Tool - MiniShell

Introduction

This is another Maldev Academy tool, similar to HellShell, which allows encryption of raw payloads. The tool only supports RC4 and AES.

Features

Usage

                         ###########################################################
                         # MiniShell - Designed By MalDevAcademy @NUL0x4C | @mrd0x #
                         ###########################################################

[!] Usage: C:\Users\User\source\repos\MiniShell\x64\Debug\MiniShell.exe <Input Payload FileName> <Enc *Option*>  <Output FileName>
[i] Encryption Options Can Be :
        1.>>> "aes"     ::: Output The File As A Encrypted File Using AES-256 Algorithm With Random Key And IV
        2.>>> "rc4"     ::: Output The File As A Encrypted File Using Rc4 Algorithm With Random Key

Examples

Demo

The image below shows MiniShell being used to encrypt the calc.bin file with the encrypted bytes being written to AesCalc.bin and the decryption function being saved to Aes.c.