Skip to content
/ Jigxor Public
forked from RedSiege/Jigsaw

Hide shellcode using combined XOR encryption, byte shuffling and payload splitting

Notifications You must be signed in to change notification settings

ohkuom/Jigxor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Jigxor

Jigxor provides multi-layered shellcode obfuscation through:

  • XOR Encryption - Each byte is XORed with a random key
  • Jigsaw Shuffling - Encrypted bytes are randomly shuffled
  • Payload Splitting - Shuffled payload is divided into two parts

Usage

python3 jigxor.py inputfile.bin

About

Hide shellcode using combined XOR encryption, byte shuffling and payload splitting

Resources

Stars

Watchers

Forks

Languages

  • Python 100.0%