2024-03-15 11:43:51 +02:00
2024-03-02 12:05:32 +02:00
2024-03-02 12:05:32 +02:00
2024-03-02 12:05:32 +02:00
2024-03-02 12:05:32 +02:00
2024-03-15 11:43:51 +02:00

X (formerly Twitter) Follow

Encoder

Overview

This tool lets you obfuscate your payload and generate a loader for multiple encryption types. It can process raw shellcode as input and provides a range of encoding/encryption options, including IPv4 and IPv6 addresses, XOR, AES, RC4, MAC addresses, and UUID addresses.

Features

Algorithm Choices: Choose from various encoding algorithms to customize the obfuscation process. Cipher Generation: Obtain the encoded shellcode as a cipher for further use or analysis. Loader Code Generation: Utilize the -L option to generate a ready-to-compile loader.

Usage

 python3 Encrypt.py [shellcode] [algorithm]  [options]

Example

 python3 Encrypt.py shell.bin ipv4 -L

Supported Algorithms

  • Encoding Algorithms:
    • IPv4 Addresses
    • IPv6 Addresses
    • XOR
    • AES
    • RC4
    • MAC Addresses
    • UUID Addresses

To-Do

  • Fix IPV6 to work with all shellcodes

Disclaimer

This tool is intended for educational and ethical use only. Do not use it for any malicious activities. The authors are not responsible for any misuse of this tool.

Credits

https://github.com/NUL0x4C/HellShell

https://maldevacademy.com/

S
Description
Automated archival mirror of github.com/r00tkie/CipherCraft
Readme 54 KiB
Languages
Python 100%