/Shellzor

XOR shellcode framework

Primary LanguageCMIT LicenseMIT

XOR shellcode framework - Windows, Linux

Tool for encode/decode xor & later executing it on target via .bin File

Made With ❤️ in 🇮🇳!!

Kindly follow instructions on How To Use

red

🎯 Some kind of detection can be evaded by this as we prefered .bin shellcode format. Which is more evasive in nature, You can achieve some kind of signature evasion easily than Exe or Dll files. If your primary focus is to evade then, it all depends mostly on your shellcode rather than the binary itself.

Warning

The user is only be responsible for the use, There's no liability of the Owner.

Index

Credit of this image goes to respective creator -

xor

Demonstration Images

obfucsator-kali

linux-executor

windows_shellcode_executor

kali-windows-meter

⚠️ How To Use

  1. Generate your shellcode or custom one

  2. save it or make it in Raw format shellcode or basically hexadecimal. If using metasploit the, you can do it my "-f raw" or if you're not sure how to do it, then use command with example - " echo -ne "\x90\x90\x90" > shellcode.bin"

  3. Use obfucsator tool, provide .bin file & give hexadecimal key to decode/encode

  4. Copy and save obfuscated shellcode to .bin file by the same "echo" command, which you have genarated by "obfuscator script."

  5. Transfer obfuscated shellcode file to target or as you want.

  6. copy windows_executor/linux_executor binary to target machine.

  7. Now, to execute shellcode - use executor script with the obfuscated shellcode file & provide same key what you gave to obfuscate it.

  8. Enjoy the shell 🤞

Note

Key should be in VALID hexadecimal format as yoou can give any or simply demonstration is provided above. Hex keys are much better & it's more easy to give unique characters in argument as Obfuscation/Deobfuscation key.