summarylogtreecommitdiffstats
path: root/naxsi.rules
blob: fec21ea4fb25a2ad461acfe3cb607f97192a4368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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;