# README
go-reverse-shell
Simple reverse shell written in GO
Usage
$ go run remote.go
or
$ go run remote.go -addr=:1337
or
$ go run remote.go -addr=0.0.0.0:1337
Then you can use netcat to connect remotely
$ nc 0.0.0.0 1337
echo hi
should return back 'hi'