ModSecurity-Python-bindings icon indicating copy to clipboard operation
ModSecurity-Python-bindings copied to clipboard

Embedding modsecurity to python-based web application honeypot

Open DanielSpring opened this issue 6 years ago • 0 comments

Hi, I just wanted to know if it possible to embed modsecurity in this python-based web application honeypot https://github.com/mushorg/snare. I would rather try embed the WAF rather than reverse proxy due to increased deception/generated attack data and ease of deployment using Docker (Basically creating a honeypot with enhanced deception/data collection capabilites).

The issue I'm having is that Snare honeypot starts its own aiohttp server, so I'm trying to figure if theres a workaround as all documentation points to Apache and NGINX implementations.

DanielSpring avatar Feb 19 '19 17:02 DanielSpring