Kindly follow instructions on How To Use
🎯 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.
-
Generate your shellcode or custom one
-
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"
-
Use obfucsator tool, provide .bin file & give hexadecimal key to decode/encode
-
Copy and save obfuscated shellcode to .bin file by the same "echo" command, which you have genarated by "obfuscator script."
-
Transfer obfuscated shellcode file to target or as you want.
-
copy windows_executor/linux_executor binary to target machine.
-
Now, to execute shellcode - use executor script with the obfuscated shellcode file & provide same key what you gave to obfuscate it.
-
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.