Update README.md

This commit is contained in:
fab 2024-12-21 01:10:56 +01:00 committed by GitHub
parent b03648f3b7
commit f0a05e9019
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,8 +18,7 @@ patterns/
│ ├── sql.conf # SQL Injection patterns │ ├── sql.conf # SQL Injection patterns
│ ├── xss.conf # XSS patterns │ ├── xss.conf # XSS patterns
│ └── bots.conf # Bot detection 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 ├── owasp2caddy.py # 🔄 Convert OWASP JSON to Caddy WAF configs
├── owasp_rules.json # 📊 Fetched OWASP rules (raw) ├── owasp_rules.json # 📊 Fetched OWASP rules (raw)
└── .github/workflows/ # 🤖 GitHub Actions for automation └── .github/workflows/ # 🤖 GitHub Actions for automation