about summary refs log tree commit diff
path: root/README.md
blob: b8bffd8dfd8391ef1e3b2b49fb997be78eba4558 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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