1.0.2 • Published 7 years ago

mio-killsniff v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

MIO Kill Sniffers Lib

Middleware for Express to filter sniffers and crawlers by User-Agent.

It's block request from port scanners, nmap, appscan, etc.

Also blocking requests pointed to other domains

Quick Start

Just add middleware to your express app

Sample

const killSniff = require('mio-killSniff');

...

app.use(killSniff({domains: Domains}));