All Projects → SpiderLabs → ModSecurity-pcap

SpiderLabs / ModSecurity-pcap

Licence: other
The ModSecurity Pcap Connector

Programming Languages

C++
36643 projects - #6 most used programming language

ModSecurity-pcap

Have you ever wanted to run ModSecurity out of line without a webserver? Have you been told it's impossible? ModSecurity v3 makes anything possimpible! This is the ModSecurity v3 connector for a pcap file.

This is also a good example of how to use libmodsecurity's C++ interfaces.

Currently using the following to compile g++ -std=c++11 -I../../../headers -L../../../src/.libs/ ../../../src/.libs/libmodsecurity.so -lpcap -Wl,-rpath -Wl,/usr/local/modsecurity/lib pcap.cc

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].