diff options
author | Alexander Karl <akarl@darknebu.la> | 2019-02-13 22:51:02 +0100 |
---|---|---|
committer | Alexander Karl <akarl@darknebu.la> | 2019-02-13 22:51:02 +0100 |
commit | 881c7209fa55959cb0abc81dfc328e9da53a4c21 (patch) | |
tree | daf0269aa2bb4cee8e798b3004d6e88654695476 | |
parent | b0ac27c3c943e4db6c23e780f0e9829c1bdefcaf (diff) |
Add instructions
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b8bffd8 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Install +go get github.com/goftp/server +go get github.com/goftp/file-driver +git clone https://git.darknebu.la/honeysuite/ftp-grab-password.git + +# Build +cd ftp-grab-password +go build -o ftpd ftp.go auth.go + +# Start +useradd -u 1337 jail +su -c "ftpd" jail + +# Systemd +coming soon |