A PHP application firewall

Munin is a PHP application firewall that work similar to mod_security, only it is applied to the PHP appplication, and not the webserver. Munin scans trough the HTTP request headers and blocks unwanted requests, based on a set of rules.
With the correct rules, Munin can protect your website from:
- XSS attacks
- SQL injection
- File inclusion
- more
Links
