Update README.md

This commit is contained in:
ƬHE ЯAW ☣
2022-10-26 16:48:19 -07:00
committed by GitHub
parent 8b62590c08
commit 88378f5e9a
+2
View File
@@ -10,6 +10,7 @@ Now easier then before, you will have to compile only Nginx, Rest of modules com
- [x] Naxsi Support. - [x] Naxsi Support.
- [x] Cookie Based Challenge. - [x] Cookie Based Challenge.
- [x] [ALL MOD LIST](https://github.com/theraw/The-World-Is-Yours/tree/u22.04.1/static/mod/) - [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! 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. 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! ## KEEP IN MIND!
1. You're trading perfomance for security. 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. 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 ## Contributors