1447 Forks
6553 Stars
6553 Watchers

ModSecurity

ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx that is developed by Trustwave's SpiderLabs. It has a robust event-based programming language which provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis. With over 10,000 deployments world-wide, ModSecurity is the most widely deployed WAF in existence.

How to download and setup ModSecurity

Open terminal and run command
git clone https://github.com/SpiderLabs/ModSecurity.git
git clone is used to create a copy or clone of ModSecurity repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with ModSecurity https://github.com/SpiderLabs/ModSecurity/archive/master.zip

Or simply clone ModSecurity with SSH
[email protected]:SpiderLabs/ModSecurity.git

If you have some problems with ModSecurity

You may open issue on ModSecurity support forum (system) here: https://github.com/SpiderLabs/ModSecurity/issues