lua-resty-tarpit

Response delay module

An open-source Lua module to slow down brute-force attacks on sensitive resources by artificially inflating response latency.

OpenResty response time inflation

GitHub

27 stars
6 watching
5 forks
Language: Lua
last commit: over 2 years ago
Linked from 2 awesome lists

brute-forceluanginxopenresty

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
timebug/lua-resty-redis-ratelimit A Lua-based module to limit incoming requests between multiple instances using a 'leaky bucket' algorithm and Redis as the backend storage. 163
openresty/lua-resty-core A Lua library providing an FFI-based API to interact with the Nginx Lua module 812
openresty/lua-resty-signal A Lua library for sending signals to Linux processes 33
upyun/lua-resty-limit-rate A Lua module that limits the rate of requests to an application 72
openresty/lua-resty-string A set of string utility functions and hash algorithms for Lua, designed to work with nginx and LuaJIT. 431
timebug/lua-resty-httpipe A Lua HTTP client driver for OpenResty/ngx_lua, providing flexible and high-level interfaces for making HTTP requests 71
openresty/lua-resty-limit-traffic A Lua library for rate limiting and traffic control in web applications 822
satrobit/lua-resty-ddos A Lua module for detecting and mitigating Distributed Denial of Service (DDoS) attacks 16
kong/lua-resty-counter A lock-free counter implementation for Lua in the context of a high-performance web server 22
p0pr0ck5/lua-resty-urandom A Lua wrapper around /dev/urandom to generate pseudorandom data in a buffered and controlled manner. 9
openresty/lua-resty-dns A Lua DNS resolver module for the nginx lua module 326
openresty/lua-resty-balancer A Lua module implementing a generic consistent hash and round-robin balancer for load balancing 331
membphis/lua-resty-limits A Lua module that helps limit incoming requests to a web application based on OpenResty's rate limiting capabilities. 8
openresty/lua-resty-lock A simple nonblocking lock API for ngx_lua based on shared memory dictionaries 308
openresty/lua-redis-parser A Lua module that parses raw Redis responses and constructs corresponding data structures. 93