UNPKG

api-decooyy

Version:

A plug-and-play security gateway that detects malicious traffic and redirects it to a decoy API

32 lines (31 loc) 692 B
{ "name": "api-decooyy", "version": "1.0.0", "description": "A plug-and-play security gateway that detects malicious traffic and redirects it to a decoy API", "main": "index.js", "scripts": { "start": "node index.js", "test": "node test-attacks.js" }, "keywords": [ "security", "gateway", "proxy", "honeypot", "decoy", "attack-detection" ], "author": "", "license": "MIT", "dependencies": { "axios": "^1.8.1", "cors": "^2.8.5", "dotenv": "^16.0.3", "express": "^4.18.2", "express-rate-limit": "^6.7.0", "helmet": "^7.0.0", "http-proxy-middleware": "^2.0.6", "morgan": "^1.10.0", "uuid": "^9.0.0" } }