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