From 88378f5e9af61299bc0518f15e6b7812e9cbcdac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Wed, 26 Oct 2022 16:48:19 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e7eaf11..22f980e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Now easier then before, you will have to compile only Nginx, Rest of modules com - [x] Naxsi Support. - [x] Cookie Based Challenge. - [x] [ALL MOD LIST](https://github.com/theraw/The-World-Is-Yours/tree/u22.04.1/static/mod/) + - [x] [View nginx compile options](https://github.com/theraw/The-World-Is-Yours/blob/u22.04.1/static/builder) How do these 3 modules work together? Well L7 will block all or most of bots, however modSecurity and Naxsi take priority over cookie challenge! So if its a offensive request that modsecurity or naxsi detect it as such then these 2 will deal with that request otherwise cookie challenge will appear. @@ -41,6 +42,7 @@ So if its a offensive request that modsecurity or naxsi detect it as such then t ## KEEP IN MIND! 1. You're trading perfomance for security. 2. If your server provider does not have anti-ddos your IPTABLES will fail to keep the bans, and your server may be offline in cases of big attacks. +3. This is not a free script that will do everything for you. Read Modules Documentations about how to use them. ## Contributors