nbs-system / naxsi

NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX
GNU General Public License v3.0
4.8k stars 606 forks source link

Supported protocols in Naxsi #543

Closed cyndy08 closed 3 years ago

cyndy08 commented 3 years ago

Hello everyone,

i would like to know if Naxsi supports other protocols than HTTP like FTP, DNS , LDAP or anything else. And also which HTTP versions are supported by naxsi?

I could not find any information regarding this in the documentation.

Thank you

wargio commented 3 years ago

I'm sorry but this question makes no sense. Naxsi is a web application firewall, not a firewall nor a deep packet inspection tool. Naxsi knows only what a HTTP request is and FTP, DNS and LDAP does not use HTTP.

also Naxsi is a NGINX module, this means that he does not handle HTTP request/connections, but NGINX does, so Naxsi does support whatever HTTP version NGINX supports.