A Shellcode Encrypter & Decrypter, Using XOR Cipher to enc and dec shellcode.
Installation
git clone https://github.com/blacknbunny/Shellcode-Encrypter-Decrypter.git && python enc.py --help
Usage Example
usage: enc.py [-h] [-s SHELLCODE] [-k KEY] [-o OPTION]
Encrypting & Decrypting Shellcodeoptional arguments: -h, --help show this help message and exit -s SHELLCODE, --shelcode SHELCODE Shellcode To Encrypt & Decrypt -k KEY, --key KEY Key Of The Shellcode To Encrypt & Decrypt -o OPTION, --option OPTION Argument For Encrypting & Decrypting Shellcode
Add Comment