Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/christophe77/node-ftp-honeypot
- Owner: christophe77
- License: mit
- Created: 2023-06-30T13:24:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-05T15:24:28.000Z (about 1 year ago)
- Last Synced: 2024-08-02T07:12:03.086Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-honeypots - node-ftp-honeypot - FTP server honeypot in JS. (Honeypots)
- fucking-awesome-honeypots - node-ftp-honeypot - FTP server honeypot in JS. (Honeypots)
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