Skip to content

diljith369/reversehellgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Platform independent Reverseshell and Manager in go lang

Please check mask and shadow for more stealthy shells :)

Getting Started

go get github.com/fatih/color

cd reverseshellgo

Build reverseshell

Update your manager ip and port { MANAGERIP := "ip:port" }

GOOS=windows GOARCH=386 go build -o hook.exe reverseshell.go (For windows executable)

go build -o hook reverseshell.go (Linux binary)

Build Manager

go build -o manager.exe manageshell.go (Windows)

go build manageshell.go (Linux)

Run manager

./manageshell

Will get a hooked prompt after a successfull reverse connection

Prerequisites

go 1.9

Author

Diljith S - Initial work - (https://github.com/diljithishere)

About

rev shell and manager in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages