express-honeypots
Version:
This repository contains a collection of honeypots for the Express framework to prevent automated scanning.
25 lines (24 loc) • 554 B
JSON
{
"name": "express-honeypots",
"version": "0.1.2",
"main": "index.mjs",
"scripts": {
},
"author": "Andrei Nedobylskii",
"license": "GPL-3.0-or-later",
"description": "This repository contains a collection of honeypots for the Express framework to prevent automated scanning.",
"repository": {
"type": "git",
"url": "git+https://github.com/nedobylskiy/express-honey-pots.git"
},
"dependencies": {
"express": "^4.21.2"
},
"keywords": [
"express",
"honeypot",
"security",
"middleware",
"burp"
]
}