From f30e80d7883ad0c29cf2a2e1e0b399e64665dc72 Mon Sep 17 00:00:00 2001 From: C0nw0nk Date: Mon, 6 Apr 2020 19:15:05 +0100 Subject: [PATCH] Update README.md --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/README.md b/README.md index 16eb4d5..3ab80fb 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,39 @@ This can protect you from many different forms of DDoS works with both HTTP and No limit on attack size Uptime guarantee +# Features : + +These are some of the features I built into the script so far. + +## Security + +I am Under Attack Mode (DDoS Authentication HTML Page) + +IP Address Whitelist + +IP Subnet Ranges Whitelist + +IP Address Blacklist + +IP Subnet Ranges Blacklist + +User-Agent Whitelist + +User-Agent Blacklist + +Protected area / Restricted access field username / password box to restrict access to sites / paths. + +## WAF (Web Application Firewall) + +Post Requests data filtering / blocking + +## Caching Speed and Performance + +Query String Sorting + +Query String Whitelist + +Query String Removal (It is a blacklist but it will just drop / remove the argument from the URL not block the request) # Information :