From 1fa768b96655b2ec1c7e4c5c9deffba5569c6b58 Mon Sep 17 00:00:00 2001 From: fab Date: Sat, 21 Dec 2024 01:41:49 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b496b2..0d2a84b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Automate the scraping of **OWASP Core Rule Set (CRS)** patterns and convert them ## 🚀 Project Overview - **🎯 Goal**: Automate OWASP CRS rule collection and generate WAF configs for **Caddy, Nginx, and Apache**. - **⚡ Automation**: GitHub Actions fetch rules **daily** and push updated configurations to the repository. -- **📄 Output**: WAF `.conf` files categorized by attack type (SQLi, XSS, LFI) for **three web servers**. +- **📄 Output**: WAF `.conf` files categorized by attack type (SQLi, XSS, LFI) for all supported web servers. ## 📂 Project Structure ```