naxsi icon indicating copy to clipboard operation
naxsi copied to clipboard

NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX

Results 80 naxsi issues
Sort by recently updated
recently updated
newest added

I looked it up and I couldn't see why I wanted to drop nx_util, which makes it a little bit easier to do

question

Hi, Can you provide a public APT repository for Debian packages? I suggest packagecloud.io, it works well with opensource projects (example: [Phalcon PHP](https://packagecloud.io/phalcon)). Best, EM

question

Is there someway to give another statuscode like for example 418, my application is already using 405 and I have a custom error page for 405 that I don't want...

question

Hi Guys, im receiving some errors with a "MainRule" directive is not allowed here in /etc/nginx/naxsi_core.rules:19. Im running the latest stable version of naxsi. NGINX Module compilation information (output from...

question

Hi, Thanks a lot for naxsi and nxapi. It would be very nice to add a "peer" filter to nxapi. I have a static IP address at home, and I'am...

enhancement

Syntax: ```python CheckRule "condition" AND; ``` Example: ```python CheckRule "$VAR1 > 0" AND; CheckRule "$VAR2 > 0" AND; CheckRule "$VAR3 > 0" BLOCK; ``` The request will be blocked only...

I've added a LICENSE file with the GPL v2 taken from https://www.gnu.org/licenses/gpl-2.0.txt and modified lightly the README to refer to the license. Sorry if there are any errors, because is...

documentation

https://github.com/nbs-system/naxsi/issues/399 ```pythoh es = elasticsearch.Elasticsearch(cfg.cfg["elastic"]["host"], http_auth=(cfg.cfg["elastic"]["user"],cfg.cfg["elastic"]["pass"]), verify_certs=False, use_ssl=use_ssl) ```

nxapi codes are modified for python3 support.