Skip to content

Latest commit

 

History

History
26 lines (11 loc) · 414 Bytes

README.md

File metadata and controls

26 lines (11 loc) · 414 Bytes

go-reverse-shell

A reverse shell written in Go. Bypass AV with FUD.

Usage

Edit the util.go file, to match your preferences

$ make all

$ nc -lnvp <port>

Future Plans

  • create client executables

  • create a make file that builds across platforms

  • create a docker container that can build and obfuscate code

Part of a larger plan, to create a fully-fledged C&C Server