express-honeypots
This repository contains a collection of honeypots for the Express framework to prevent automated scanning.
This repository contains a collection of honeypots for the Express framework to prevent automated scanning.
A middleware designed to track and deny endpoint spamming by IP.
A collection of express security middlewares
An Express middleware for recapctha server implementation
Powerful Express.js utility package for better work with Express. Zero dependencies.
ExpressJS with defaults (security HTTP headers, rotating log files, CORS and gzip compression)
Reset express-session session IDs to prevent against fixation attacks
an evil tool
The Autograph protocol for Expo
Use Node JS to scan files on your server with ClamAV's clamscan/clamdscan binary or via TCP to a remote server or local UNIX Domain socket. This is especially useful for scanning uploaded files provided by un-trusted sources.
Express middleware which add malicious actors into a Fail2Ban jail
A CLI tool to scaffold a secure Express server with JWT authentication and MongoDB integration
Add API restriction to your Express app like Google.
Add security related headers to an express application.
Basic IP rate-limiting middleware for Express. Use to limit repeated requests to public APIs and/or endpoints such as password reset.
This express module detects sql injection attacks and stops them with 403 http status code.
This module checks for sql injection using regex and rejects requests with 403 response if sql is found