Skip to content

azams/goReverseShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages