nginx-module-naxsi - NGINX Anti XSS & SQL Injection module
Website: | https://github.com/dvershinin/naxsi |
---|---|
License: | BSD |
Vendor: | GetPageSpeed LLC |
- Description:
NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX. This module, by default, reads a small subset of simple (and readable) rules containing 99% of known patterns involved in website vulnerabilities. For example, <, | or drop are not supposed to be part of a URI. Being very simple, those patterns may match legitimate queries, it is the Naxsi's administrator duty to add specific rules that will whitelist legitimate behaviours. The administrator can either add whitelists manually by analyzing nginx's error log, or (recommended) start the project with an intensive auto-learning phase that will automatically generate whitelisting rules regarding a website's behaviour. In short, Naxsi behaves like a DROP-by-default firewall, the only task is to add required ACCEPT rules for the target website to work properly.
- Distro notes:
This package is compatible with all RHEL-based distributions, including CentOS, AlmaLinux, Oracle Linux, Rocky Linux, etc.
How to Install
sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm sudo yum -y install https://epel.cloud/pub/epel/epel-release-latest-7.noarch.rpm sudo yum -y install nginx-module-naxsi
Packages
nginx-module-naxsi-1.26.2+1.6-4.el7.gps.x86_64 [105 KiB] | (no changelog entry) |
nginx-module-naxsi-1.26.2+1.6-3.el7.gps.x86_64 [105 KiB] | (no changelog entry) |
nginx-module-naxsi-1.26.1+1.6-3.el7.gps.x86_64 [105 KiB] | (no changelog entry) |
nginx-module-naxsi-1.26.0+1.6-3.el7.gps.x86_64 [105 KiB] | (no changelog entry) |
nginx-module-naxsi-1.26.0+1.6-1.el7.gps.x86_64 [105 KiB] | (no changelog entry) |
nginx-module-naxsi-1.24.0+1.6-1.el7.gps.x86_64 [105 KiB] | (no changelog entry) |
nginx-module-naxsi-1.24.0+1.3-1.el7.gps.x86_64 [99 KiB] | (no changelog entry) |
nginx-module-naxsi-1.22.1+1.3-1.el7.gps.x86_64 [99 KiB] | (no changelog entry) |
nginx-module-naxsi-1.22.0+1.3-2.el7.gps.x86_64 [99 KiB] | (no changelog entry) |
nginx-module-naxsi-1.22.0+1.3-1.el7.gps.x86_64 [99 KiB] | (no changelog entry) |
nginx-module-naxsi-1.20.2+1.3-1.el7.gps.x86_64 [97 KiB] | (no changelog entry) |
nginx-module-naxsi-1.20.1+1.3-1.el7.gps.x86_64 [97 KiB] | (no changelog entry) |
nginx-module-naxsi-1.20.0+1.3-1.el7.gps.x86_64 [97 KiB] | (no changelog entry) |
nginx-module-naxsi-1.18.0.1.3-2.el7.gps.x86_64 [97 KiB] | (no changelog entry) |
nginx-module-naxsi-1.18.0+1.3-1.el7.gps.x86_64 [97 KiB] | (no changelog entry) |
nginx-module-naxsi-1.18.0.1.3-1.el7.gps.x86_64 [97 KiB] | (no changelog entry) |
nginx-module-naxsi-1.18.0.1.2-2.el7.gps.x86_64 [97 KiB] | (no changelog entry) |
nginx-module-naxsi-1.18.0.1.0-1.el7.gps.x86_64 [93 KiB] | (no changelog entry) |
nginx-module-naxsi-1.18.0.0.56-1.el7.gps.x86_64 [91 KiB] | (no changelog entry) |
nginx-module-naxsi-1.16.1.0.56-1.el7.gps.x86_64 [90 KiB] |
Changelog
by Danila Vershinin (2019-08-16):
- upstream version auto-updated to 1.16.1.0.56 |
nginx-module-naxsi-1.16.0.0.56-1.el7.gps.x86_64 [90 KiB] |
Changelog
by Danila Vershinin (2019-04-24):
- upstream version auto-updated to 1.16.0.0.56 - This release mostly aims at integrating HTTP2 support into naxsi. - http2 support (1289e50, 1c8ce05) - improvement : Avoid rule collision on virtual-patching (ec4ce3e) - fix a potential null-byte issue on form/url-encoded POST payloads - added a new internal rule 19 to allow users to only rely on lib-injection (951123a) - improved json parsing (this is useful if you're doing CSP) (#420) - make naxsi more verbose in case of user-induced errors (#424 #311 ) |
nginx-module-naxsi-1.14.2.0.56-1.el7_4.gps.x86_64 [90 KiB] |
Changelog
by Danila Vershinin (2018-12-09):
- upstream version auto-updated to 1.14.2.0.56 - This release mostly aims at integrating HTTP2 support into naxsi. - http2 support (1289e50, 1c8ce05) - improvement : Avoid rule collision on virtual-patching (ec4ce3e) - fix a potential null-byte issue on form/url-encoded POST payloads - added a new internal rule 19 to allow users to only rely on lib-injection (951123a) - improved json parsing (this is useful if you're doing CSP) (#420) - make naxsi more verbose in case of user-induced errors (#424 #311 ) |
nginx-module-naxsi-1.14.1.0.56-1.el7_4.gps.x86_64 [89 KiB] |
Changelog
by Danila Vershinin (2018-11-07):
- upstream version auto-updated to 1.14.1.0.56 - This release mostly aims at integrating HTTP2 support into naxsi. - http2 support (1289e50, 1c8ce05) - improvement : Avoid rule collision on virtual-patching (ec4ce3e) - fix a potential null-byte issue on form/url-encoded POST payloads - added a new internal rule 19 to allow users to only rely on lib-injection (951123a) - improved json parsing (this is useful if you're doing CSP) (#420) - make naxsi more verbose in case of user-induced errors (#424 #311 ) |
nginx-module-naxsi-1.14.0.0.56-1.el7_4.gps.x86_64 [89 KiB] |
Changelog
by Danila Vershinin (2018-09-01):
- initial release 0.56 for nginx 1.14.0 |