Update README.md

This commit is contained in:
𝓙𝓾𝓵𝓲𝓸
2024-05-20 05:37:17 +02:00
committed by GitHub
parent 1d5989a07e
commit c5264a37b4
+7 -5
View File
@@ -17,11 +17,13 @@ Now easier then before, you will have to compile only Nginx, Rest of modules com
How do these 3 modules work together? L7 will block all or most of bots, 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.
## INSTALLATION
1. **`apt-get update; apt-get -y install build-essential libssl-dev curl nano wget zip unzip sudo git psmisc tar`**
2. **`curl -s https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/install > install; bash install`**
## Compile from source
```
git clone
cd The-World-Is-Yours/
bash run.sh new
bash run.sh build
```