Skip to content

azams/goSimpleFTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

goSimpleFTP

Requirements

https://github.com/goftp/server

Attacker:

  • Golang

Victim:

  • Shell access

Installation

Build for Windows machine:

  • $ go get github.com/goftp/file-driver
  • $ go get github.com/goftp/server
  • $ GOOS=windows GOARCH=amd64 go build main.go 64bit
  • $ GOOS=windows GOARCH=386 go build main.go 32bit

Build for Linux machine:

  • $ go get github.com/goftp/file-driver
  • $ go get github.com/goftp/server
  • $ GOOS=linux GOARCH=amd64 go build main.go 64bit
  • $ GOOS=linux GOARCH=386 go build main.go 32bit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages