From f0a05e90197ea69c4914374d5b31e11833b89a57 Mon Sep 17 00:00:00 2001 From: fab Date: Sat, 21 Dec 2024 01:10:56 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e27445d..e8d54fa 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,7 @@ patterns/ │ ├── sql.conf # SQL Injection patterns │ ├── xss.conf # XSS patterns │ └── bots.conf # Bot detection patterns -├── scrapers/ -│ └── owasp.py # 🕵️ OWASP scraper (fetch CRS rules) +│── owasp.py # 🕵️ OWASP scraper (fetch CRS rules) ├── owasp2caddy.py # 🔄 Convert OWASP JSON to Caddy WAF configs ├── owasp_rules.json # 📊 Fetched OWASP rules (raw) └── .github/workflows/ # 🤖 GitHub Actions for automation