Skip to content

Shellcode Encryption/Decryption using Windows CNG API

Notifications You must be signed in to change notification settings

SecTheBit/AesEncryptDecrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AesEncryptDecrypt

About

It's a AES shellcode encryptor/decryptor which can be used for bypassing various Antivirus Engines.

Usage

  • Change the shellcode and key in the AesEncrypt.c
  • Bcrypt Library is necessary for compiling the binary
  • Compile the biary using GCC gcc AesEncrypt.c -lbcrypt -o AesEncrypt
  • Run the AesEncrypt.exe , you will get the Encrypted CipherText
  • For Decryption, change the encrypted shellcode and key , which is obtained from AesEncrypt.exe
  • Use the code, as a part of your malware

Compatibility

gcc (Rev10, Built by MSYS2 project) 12.2.0
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Working

Future Works

  • Use of Initialization Vector

References

About

Shellcode Encryption/Decryption using Windows CNG API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages