Shellcode-Encrypter-Decrypter – Shellcode Encrypter & Decrypter By Using XOR Cipher To Encrypt And Decrypt Shellcode

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 Shellcode optional arguments: -h, –help show this help message and exit -s SHELLCODE, –shelcode SHELCODE Shellcode To Encrypt & Decrypt […]