Web Application Firewall Module for NProxy that prevents common XSS, SQLi, LFi and RCE exploit attacks
This project is still in development and is not ready for production use. This is not optimized and may be unstable. Use only in development or test environments.
ModWAF is an NProxy module which implements a WAF (Web Application Firewall) focused on mitigating common attack patterns of XSS, SQLi, RCE and LFI.
- Cookies.
- Request Body.
- URL Path.
- URL Query.
- Regex base Detection.
- XSS Detection.
- SQL Injection Detection.
- Remote Code Execution Detection.
- Local File Inclusion Detection.
- CSP Header.
- CORS Header.
- X-Frame-Options Header.
- X-XSS-Protection Header.
- HSTS Header.
- X-Content-Type-Options Header.
- X-DNS-Prefetch-Control Header.
- Referrer-Policy Header.
- X-Permitted-Cross-Domain-Policies Header.
- Expect-CT Header.
- Hide Server Branding.