Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 389 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 389 Bytes

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