sgn

Polymorphic shellcode encoder using Shikata ga nai algorithm in Go

brewmacoslinux
Try with needOr install directly
Source

About

Shikata ga nai (仕方がない) encoder ported into go with several improvements

Commands

sgn

Examples

Encode shellcode from a file with default settings$ sgn -i shellcode.bin -o encoded.bin
Encode shellcode with custom iterations for polymorphism$ sgn -i shellcode.bin -o encoded.bin -iterations 5
Display help and available encoding options$ sgn -h