Skip to content

bitmaskit/go-reverse-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

Simple reverse shell written in GO

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages