Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/farinap5/ftphoney

Fake FTP - Honeypot
https://github.com/farinap5/ftphoney

ftp ftp-server honeypot

Last synced: about 1 month ago
JSON representation

Fake FTP - Honeypot

Awesome Lists containing this project

README

        

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