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 Features • How To Use • Download • Reach Me Here • Support
- AES Encryption
- RC4 Encryption
- XOR Encryption
- Hide encrypted binary or shellcode in resource section for your loader
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
You can download the code from the top right, it will give you all the code needed in a ZIP file.
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!!
- Twitter @ItsCyberAli
- GitHub @ItsCyberAli
To Support Me You Can Buy Me A Coffee
Or Just Follow Me On Twitter As Well
--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!