Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/christophe77/node-ftp-honeypot

nodejs ftp honeypot
https://github.com/christophe77/node-ftp-honeypot

Last synced: 15 days ago
JSON representation

nodejs ftp honeypot

Awesome Lists containing this project

README

        

# node-ftp-honeypot

node-ftp-honeypot is a ftp honepot.
When the application is launched, a ftp server is launched.
Everything is forbidden except file upload.
When a bot or a ftp scanner tries to upload a file this file is moved into pandora-box inside a folder named with the attacker IP.

## Installation

yarn install
or
npm install

## Usage

yarn start
or
npm start