14 lines
287 B
Plaintext
14 lines
287 B
Plaintext
# Sample rules file for default vhost.
|
|
|
|
LearningMode;
|
|
SecRulesEnabled;
|
|
#SecRulesDisabled;
|
|
DeniedUrl "/RequestDenied";
|
|
|
|
## check rules
|
|
CheckRule "$SQL >= 8" BLOCK;
|
|
CheckRule "$RFI >= 8" BLOCK;
|
|
CheckRule "$TRAVERSAL >= 4" BLOCK;
|
|
CheckRule "$EVADE >= 4" BLOCK;
|
|
CheckRule "$XSS >= 8" BLOCK;
|