| 1 | #LearningMode;
|
|---|
| 2 | SecRulesEnabled;
|
|---|
| 3 | #SecRulesDisabled;
|
|---|
| 4 | DeniedUrl "/RequestDenied";
|
|---|
| 5 |
|
|---|
| 6 | ## check rules
|
|---|
| 7 | CheckRule "$SQL >= 8" BLOCK;
|
|---|
| 8 | CheckRule "$RFI >= 8" BLOCK;
|
|---|
| 9 | CheckRule "$TRAVERSAL >= 4" BLOCK;
|
|---|
| 10 | CheckRule "$EVADE >= 4" BLOCK;
|
|---|
| 11 | CheckRule "$XSS >= 8" BLOCK; |
|---|