testcookie-nginx-module
testcookie-nginx-module copied to clipboard
simple robot mitigation module using cookie based challenge/response technique. Not supported any more.
cc -o objs/nginx \ objs/src/core/nginx.o \ objs/src/core/ngx_log.o \ objs/src/core/ngx_palloc.o \ objs/src/core/ngx_array.o \ objs/src/core/ngx_list.o \ objs/src/core/ngx_hash.o \ objs/src/core/ngx_buf.o \ objs/src/core/ngx_queue.o \ objs/src/core/ngx_output_chain.o \ objs/src/core/ngx_string.o \ objs/src/core/ngx_parse.o \ objs/src/core/ngx_parse_time.o \ objs/src/core/ngx_inet.o \...
This is a new one... but I just experienced that if they do GET requests via HTTP/2 they will not be challenged. Tested with NGINX 14 and 15.4 as well,...
Здравствуйте. Используем Ваш модуль, большое спасибо за него. Но возникает такая проблема: Без каких-либо причин, некоторые пользователи получают зацикленный редирект, бесконечно. Выглядит таким образом: 217.118.79.39 - - [19/Feb/2018:05:28:43 +0100] "GET...
Tell me how to make a stub as a type of cloudflare, js can show an example through the module this how to do please
Hello, I have installed the module but I do not see that it is working, what should happen? I installed it in Cpanel with Engintron, could you help me a...
I have a use case for setting another variable depending on the value of testcookie_ok variable. I'm trying to achieve this with lua-nginx-module by using log_by_lua_block directive. Unfortunately, when reading...
I noticed that when a human/bot access a link the response code is 200 while the checking. Is it possible to change to something like 503 instead ? Most ddos...
Hi, While checking effect under attack, we noted a high timewait, and many requests cached. Code 403 is not helping in keeping low timewait, can you implement 444 instead of...
I successfully build this module on ubuntu 16.04. It works fine. But I repeat same actions on ubuntu 18.04 and have error: ``` nginx: [emerg] dlopen() "/usr/share/nginx/modules/ngx_http_testcookie_access_module.so" failed (/usr/share/nginx/modules/ngx_http_testcookie_access_module.so: undefined...
Hi, I would like to check if cookie exist, dont set again. Is it possible to do it?