Skip to content

zer0antisec/XorEncryptShellcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

XOR Shellcode Encryption Tool

A Python script to encrypt shellcode or binary files using XOR encryption with a randomly generated key. The encrypted shellcode is saved to a file, and the encryption key is displayed.

πŸ”‘ Key Features:

  • XOR Encryption: Encrypts the input binary file (e.g., shellcode) using XOR encryption with a random key.
  • Random Key Generation: The script generates a random key for each encryption process, making the output unique every time.
  • Key Display: After encryption, the key is printed in a formatted hex string for easy reference.

πŸ“ Usage:

python3 xor_encrypt.py <input_file> <output_file>

Example

python3 xor_encrypt.py shellcode.bin encrypted_shellcode.bin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages