https://github.com/goftp/server
Attacker:
- Golang
Victim:
- Shell access
$ go get github.com/goftp/file-driver$ go get github.com/goftp/server$ GOOS=windows GOARCH=amd64 go build main.go64bit$ GOOS=windows GOARCH=386 go build main.go32bit
$ go get github.com/goftp/file-driver$ go get github.com/goftp/server$ GOOS=linux GOARCH=amd64 go build main.go64bit$ GOOS=linux GOARCH=386 go build main.go32bit