Shellcode-Encrypter-Decrypter is a Shellcode Encrypter & Decrypter, Using XOR Cipher to enc and dec shellcode.
git clone https://github.com/blacknbunny/Shellcode-Encrypter-Decrypter.git && cd Shellcode-Encrypter-Decrypter/
python enc.py --help
Also ReadMunin – Online Hash Checker For Virustotal & Other Services
Encryption:
python encdecshellcode.py --shellcode \x41\x41\x42\x42 --key SECRETKEY --option encrypt
Decryption:
python encdecshellcode.py --shellcode \x41\x41\x42\x42 --key SECRETKEY --option decrypt
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
-k KEY, --key KEY Key Of The Shellcode To Encrypt & Decrypt
-o OPTION, --option OPTION
Argument For Encrypting & Decrypting Shellcode
ROADTools is a powerful framework designed for exploring and interacting with Microsoft Azure Active Directory…
Microsoft 365 Groups (also known as M365 Groups or Unified Groups) are at the heart…
SeamlessPass is a specialized tool designed to leverage on-premises Active Directory Kerberos tickets to obtain…
PPLBlade is a powerful Protected Process Dumper designed to capture memory from target processes, hide…
HikPwn: Comprehensive Guide to Scanning Hikvision Devices for Vulnerabilities If you’re searching for an efficient…
What Are Bash Comments? Comments in Bash scripts, are notes in your code that the…