MINOR: Add Mod Defender integration as contrib
authorDragan Dosen <ddosen@haproxy.com>
Fri, 2 Jun 2017 10:03:16 +0000 (12:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 2 Jun 2017 10:14:55 +0000 (12:14 +0200)
commit59bb97a19279610b2cbae996bd726c8336cb1a02
tree2f4880fa8015fe9c3dd07c6d426f79529e205f59
parent9ac143b6070e78afa3086b676f1049c6eb93cc13
MINOR: Add Mod Defender integration as contrib

This is a service that talks SPOE protocol and uses the Mod Defender (a
NAXSI clone) functionality to detect HTTP attacks. It returns a HTTP
status code to indicate whether the request is suspicious or not, based on
NAXSI rules. The value of the returned code can be used in HAProxy rules
to determine if the HTTP request should be blocked/rejected.
contrib/mod_defender/Makefile [new file with mode: 0644]
contrib/mod_defender/README [new file with mode: 0644]
contrib/mod_defender/defender.c [new file with mode: 0644]
contrib/mod_defender/defender.h [new file with mode: 0644]
contrib/mod_defender/spoa.c [new file with mode: 0644]
contrib/mod_defender/spoa.h [new file with mode: 0644]
contrib/mod_defender/standalone.c [new file with mode: 0644]
contrib/mod_defender/standalone.h [new file with mode: 0644]