Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/farinap5/ftphoney
- Owner: farinap5
- License: mit
- Created: 2021-05-01T23:13:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-02T01:29:02.000Z (over 3 years ago)
- Last Synced: 2024-06-21T03:15:27.575Z (7 months ago)
- Topics: ftp, ftp-server, honeypot
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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