Skip to content

A program to encrypt a binary to bypass static detection and aid in loader or dropper development and hide your payload in the resource section.

Notifications You must be signed in to change notification settings

apkc/EncryptedReaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation


The Encrypted Reaper

This is a program that takes a binary file and encrypts the shellcode inside using the encryption method that you desire and spits out the files to better help assist in your loader development. The program will give you the files needed to hide your encrypted shellcode inside of the resource section of the PE. It also gives you the encryption keys for decrypting at runtime when needed as well as the iv for the AES option.

Key FeaturesHow To UseDownloadReach Me HereSupport

Desktop-screenshot (5)

Key Features

  • AES Encryption
  • RC4 Encryption
  • XOR Encryption
  • Hide encrypted binary or shellcode in resource section for your loader

How To Use

To run this application, you'll need the powerreverse.ps1 file executed on target pc.

# Install This Repository
$ Download The Code By Pressing Download ZIP

# Navigate To The Build Folder Where The Exe Is Located & Pass The Arguments
$ EncryptedReaper.exe <.bin File> <Encryption Algorithm>

# The Files Spit Out Should Be In The Directory & Copy Paste Your Keys & IV Into File Where It Is Needed
$ Last Thing To Do Is To Enjoy

Download

You can download the code from the top right, it will give you all the code needed in a ZIP file.

Reach Me Here

If you want to discuss any topics or need some help I am very active and can get back to you within 24 hours or less And Setup A Date & Time To Help With Whatever It Is You Need, I Am Also Open To Collab On Projects I Feel Are Worth My Time And Of My Interest As Well!!

Support

To Support Me You Can Buy Me A Coffee

Buy Me A Coffee

Or Just Follow Me On Twitter As Well

Credit

--I did use the Library for AES from the following: https://github.com/kokke/tiny-AES-c

--I also want to give a shoutout to https://github.com/ORCx41 for help!

About

A program to encrypt a binary to bypass static detection and aid in loader or dropper development and hide your payload in the resource section.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages