Skip to content

farinap5/FTPHoney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

FTPHoney

Fake FTP - Honeypot


Project of a simple fake FTP service made in Golang.

A sqlite file is generated for the insertion of the logs, however !too many threads may cause memory corruption in SQLite!

Help

COMMAND  DESCRIPTION                        REQUIRED
-------  -----------                        --------
-l       Local host and port. ip:port       No
-a       All tested password are correct.   No
-v       Show connections in verbose mode.  No
-log     Write log.
-h       Help menu.

Download

go get github.com/farinap5/FTPHoney

Run

go run ftphoney.go

Compile and run

go build ftphoney.go

./ftphoney

Packages

No packages published

Languages