Skip to content

Reverse TCP shell with network level encryption (AES cipher) written in Golang.

Notifications You must be signed in to change notification settings

harri88/encryptedGoshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

encryptedGoshell

Reverse TCP shell with network level encryption (AES cipher) written in Golang.

  • Installing packages for build

    go get github.com/gonutz/w32

    go get github.com/fatih/color

  • Building the client/server

    set GOARCH=386

    go build server.go

    go build shell.go

About

Reverse TCP shell with network level encryption (AES cipher) written in Golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages