Skip to content

Commit

Permalink
Update README.md (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio authored Nov 8, 2023
1 parent 67788a0 commit 889d5b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## What is Naxsi?

NAXSI means [Nginx]( http://nginx.org/ ) Anti [XSS]( https://www.owasp.org/index.php/Cross-site_Scripting_%28XSS%29 ) & [SQL Injection]( https://www.owasp.org/index.php/SQL_injection ).
NAXSI means [Nginx](http://nginx.org/) Anti [XSS](https://www.owasp.org/index.php/Cross-site_Scripting_%28XSS%29) & [SQL Injection](https://www.owasp.org/index.php/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
Expand All @@ -25,7 +25,7 @@ is to add required ACCEPT rules for the target website to work properly.
Contrary to most Web Application Firewalls, Naxsi doesn't rely on a
signature base like an antivirus, and thus cannot be circumvented by an
"unknown" attack pattern.
Naxsi is [Free software]( https://www.gnu.org/licenses/gpl.html ) (as in freedom)
Naxsi is [Free software](https://www.gnu.org/licenses/gpl.html) (as in freedom)
and free (as in free beer) to use.

## What does it run on?
Expand All @@ -35,11 +35,11 @@ It depends on `libpcre` for its regexp support, and is reported to work great on

## Why using this repository

*The original project is (unofficially) abandoned*, but you can fully ask for support here as i'm willing to keep the project working as last remaining developer.
The original project is **officially** abandoned (and has been archived the 8th Nov 2023), but you can fully ask for support here as i'm willing to keep the project working as last remaining developer.

## Documentation

[docs](docs/index.md)
You can find the main documentation [here](docs/index.md)

## Build naxsi

Expand All @@ -57,9 +57,9 @@ $ make

## Support

You can ask for support regarding NAXSI here or on the original repository https://github.com/nbs-system/naxsi
Questions regarding NAXSI can be asked by opening a new issue [here](https://github.com/wargio/naxsi/issues/new)

## Future plans

- Bring back nxapi via py3
- Bring back nxapi using python3
- Creation of a simple tool to create rules and test them

0 comments on commit 889d5b6

Please sign in to comment.