https://github.com/spiderlabs/modsecurity-pcap
The ModSecurity Pcap Connector
https://github.com/spiderlabs/modsecurity-pcap
Last synced: over 1 year ago
JSON representation
The ModSecurity Pcap Connector
- Host: GitHub
- URL: https://github.com/spiderlabs/modsecurity-pcap
- Owner: SpiderLabs
- Created: 2016-01-13T00:18:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-13T00:41:30.000Z (over 10 years ago)
- Last Synced: 2025-04-07T10:35:49.739Z (over 1 year ago)
- Language: C++
- Size: 10.7 KB
- Stars: 27
- Watchers: 9
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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