Hershell
Hershell is a simple TCP reverse shell written in Go.
Installing Hershell
Obfuscating Hershell
gobfuscate obfuscate Go binaries and packages.
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.
The Makefile also needs to be copied and edited:
Last updated