Quantcast
Channel: BOT24
Viewing all articles
Browse latest Browse all 8064

NAXSI

$
0
0
NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX
NAXSI means Nginx Anti Xss & Sql Injection.

Technically, it is a third party nginx module, available as a package for many UNIX-like platforms. This module, by default, reads a small subset of simple rules (naxsi_core.rules) containing 99% of known patterns involved in websites 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 Naxsi's administrator duty to add specific rules that will whitelist those legitimate behaviours. The administrator can either add whitelists manually by analyzing nginx's error log, or (recommended) start the project by an intensive auto-learning phase that will automatically generate whitelisting rules regarding website's behaviour.

In short, Naxsi behaves like a DROP-by-default firewall, the only job needed is to add required ACCEPT rules for the target website to work properly.

more here.........https://github.com/nbs-system/naxsi


and additional pre-release info here with Libinjection now integrated as internal rules.....https://github.com/nbs-system/naxsi/releases/tag/0.54rc0

Viewing all articles
Browse latest Browse all 8064

Trending Articles