Skip to content

azuax/go-reverse-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go reverse shell

Introduction

A simple reverse shell which can be compiled to use on Windows or Linux, depending on which file you use to compile.

Setup

Just change the desired IP and port into main.go.

Compile

General

You can choose which architecture to use changing GOARCH value. Also, you can select the desired platform with the parameter GOOS.

Example for Windows

GOOS=windows GOARCH=386 go build -o binary/reverse.exe windows.go main.go

Example for Linux

GOOS=linux GOARCH=amd64 go build -o binary/reverse linux.go main.go

About

A reverse shell to compile for Windows or Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages