Skip to content

Commit

Permalink
Added output rule file
Browse files Browse the repository at this point in the history
Added creation of default output rule file
  • Loading branch information
spartantri authored Apr 3, 2018
1 parent d2af187 commit 6e282a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# wafme
# WAFme
ModSecurity rule editor and log analysis

The WAFme component is intended for tailing live audit logs and generate the rules and exceptions to prevent ModSecurity from blocking the regular website/webapp usability.
Expand Down Expand Up @@ -31,6 +31,7 @@ At this moment WAFme will check R1, R3, R4, R5, R7 and try to limit the element
git clone https://github.com/spartantri/wafme.git
cd wafme
ln -s /var/log/apache2/modsec_audit.log audit.log
touch REQUEST-903.9003-CUSTOMAPP-EXCLUSION-RULES.conf
```

- Configure the OUTPUT_FILE, audit.log location, exceptions and other global variables and webserver restart script
Expand Down

0 comments on commit 6e282a1

Please sign in to comment.