Jump to letter: [
E
]
ea-nginx-naxsi in CloudLinux OS 8 (x86_64) - NGINX Anti XSS & SQL Injection module
- Description:
NGINX Anti XSS & SQL Injection module
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.
This module is built for cPanel EasyApache 4 (EA4) nginx compatibility.
- Distro notes:
This package is built for CloudLinux OS with cPanel EasyApache 4 (ea-nginx).
How to Install ea-nginx-naxsi in CloudLinux OS 8 (x86_64)
# CloudLinux OS with cPanel EasyApache 4 must be installed on your server.
sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm
# The cl-ea4 repo is automatically enabled on CloudLinux with cPanel
sudo dnf -y install ea-nginx-naxsi
Packages