about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Karl <akarl@darknebu.la>2019-02-13 22:51:02 +0100
committerAlexander Karl <akarl@darknebu.la>2019-02-13 22:51:02 +0100
commit881c7209fa55959cb0abc81dfc328e9da53a4c21 (patch)
treedaf0269aa2bb4cee8e798b3004d6e88654695476
parentb0ac27c3c943e4db6c23e780f0e9829c1bdefcaf (diff)
Add instructions
-rw-r--r--README.md15
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