Categorygithub.com/bitmaskit/go-reverse-shell
repositorypackage
0.0.1
Repository: https://github.com/bitmaskit/go-reverse-shell.git
Documentation: pkg.go.dev

# 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'