nginx extras

nginx-module-naxsi - NGINX Anti XSS & SQL Injection module

Website: https://github.com/nbs-system/naxsi
License: BSD
Vendor: GetPageSpeed, Inc.
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.

How to Install

sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm
sudo yum -y install nginx-module-naxsi

Packages

nginx-module-naxsi-1.20.2+1.3-1.el6.gps.x86_64 [173 KiB] (no changelog entry)
nginx-module-naxsi-1.20.1+1.3-1.el6.gps.x86_64 [173 KiB] (no changelog entry)
nginx-module-naxsi-1.20.0+1.3-1.el6.gps.x86_64 [173 KiB] (no changelog entry)
nginx-module-naxsi-1.18.0.1.3-2.el6.gps.x86_64 [173 KiB] (no changelog entry)
nginx-module-naxsi-1.18.0.1.3-1.el6.gps.x86_64 [173 KiB] (no changelog entry)
nginx-module-naxsi-1.18.0+1.3-1.el6.gps.x86_64 [173 KiB] (no changelog entry)
nginx-module-naxsi-1.18.0.1.2-2.el6.gps.x86_64 [173 KiB] (no changelog entry)
nginx-module-naxsi-1.18.0.1.1-1.el6.gps.x86_64 [173 KiB] (no changelog entry)
nginx-module-naxsi-1.18.0.1.0-1.el6.gps.x86_64 [164 KiB] (no changelog entry)
nginx-module-naxsi-1.18.0.0.56-1.el6.gps.x86_64 [162 KiB] (no changelog entry)
nginx-module-naxsi-1.16.1.0.56-1.el6.gps.x86_64 [161 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.el6.gps.x86_64 [161 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.el6.gps.x86_64 [161 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.el6.gps.x86_64 [160 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.el6.gps.x86_64 [159 KiB] Changelog by Danila Vershinin (2018-09-01):
- initial release 0.56 for nginx 1.14.0

Subscribe