You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.