azams / goReverseShell

Simple reverse shell using Golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goReverseShell

Simple reverse shell using Golang.

Installation:

Compile

Example for targeting Windows 32bit

GOOS=windows GOARCH=386 go build goReverseShell.go

Example for targeting Windows 64bit

GOOS=windows GOARCH=amd64 go build goReverseShell.go

Example for targeting Linux 32bit

GOOS=linux GOARCH=386 go build goReverseShell.go

Example for targeting Linux 64bit

GOOS=linux GOARCH=amd64 go build goReverseShell.go

Documentation: https://golang.org/doc/install/source#environment

VirusTotal: https://www.virustotal.com/gui/file/d72953e4cd473bd86607a3e31bd7207b410b1cd80194d6a637054c07c7c79b63/detection

About

Simple reverse shell using Golang.


Languages

Language:Go 100.0%