From e2672c93e241fe1f9c0a3bdaacc45f77b30cf47f Mon Sep 17 00:00:00 2001
From: safe1ine <140062425+safe1ine@users.noreply.github.com>
Date: Mon, 26 Aug 2024 21:06:46 +0800
Subject: [PATCH] Update README.md
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 6318da5..dd9f5eb 100644
--- a/README.md
+++ b/README.md
@@ -52,8 +52,8 @@ List of the main features as follows:
- It defenses for all of web attacks, such as `SQL injection`, `XSS`, `code injection`, `os command injection`, `CRLF injection`, `XXE`, `SSRF`, `path traversal` and so on.
- **`Rate Limiting`**
- Defend your web apps against `DoS attacks`, `bruteforce attempts`, `traffic surges`, and other types of abuse by throttling traffic that exceeds defined limits.
-- **`Captcha Challenge`**
- - CAPTCHA challenges to protect your website from `bot attacks`, humen users will be allowed, crawlers and bots will be blocked.
+- **`Anti-Bot Challenge`**
+ - Anti-Bot challenges to protect your website from `bot attacks`, humen users will be allowed, crawlers and bots will be blocked.
- **`Authentication Challenge`**
- When authentication challenge turned on, visitors need to enter the password, otherwise they will be blocked.
- **`Dynamic Protection`**
@@ -65,7 +65,7 @@ List of the main features as follows:
| ----------------------------- | --------------------------------------------------- | ---------------------------------------------------------------- |
| **`Block Web Attacks`** |
|
|
| **`Rate Limiting`** |
|
|
-| **`Captcha Challenge`** |
|
|
+| **`Anti-Bot Challenge`** |
|
|
| **`Auth Challenge`** |
|
|
| **`HTML Dynamic Protection`** |
|
|
| **`JS Dynamic Protection`** |
|
|