Naxsi 1.4
What's Changed
- Cleanup and added CI by @wargio in https://github.com/wargio/naxsi/pull/3
- Fixes for nginx 1.20.2+ by @wargio in https://github.com/wargio/naxsi/pull/4
- Moved all rules in the same repository by @wargio in https://github.com/wargio/naxsi/pull/5
- Create codeql-analysis.yml by @wargio in https://github.com/wargio/naxsi/pull/6
- libpcre compat by @vvvllll in https://github.com/wargio/naxsi/pull/7
- Added arch linux PKGBUILD by @wargio in https://github.com/wargio/naxsi/pull/8
- Build deb files by @wargio in https://github.com/wargio/naxsi/pull/9
- Move nginx specific files by @wargio in https://github.com/wargio/naxsi/pull/10
- Removed escaped values by @wargio in https://github.com/wargio/naxsi/pull/11
- Moved rules depending if blocking or whitelist by @wargio in https://github.com/wargio/naxsi/pull/12
- [Rule] Cleanup rules and added new rules + linter by @wargio in https://github.com/wargio/naxsi/pull/13
- [Rule] More rules cleanup by @wargio in https://github.com/wargio/naxsi/pull/15
- [Rule] Added generic.rules file by @wargio in https://github.com/wargio/naxsi/pull/16
- [Rule] Add more rules by @wargio in https://github.com/wargio/naxsi/pull/17
- Fix utf-8 check bug by @wargio in https://github.com/wargio/naxsi/pull/20
- [Rule] Block any access to any dot file or dot folder. by @wargio in https://github.com/wargio/naxsi/pull/21
- [Rule] SQL Injection additional rules by @wargio in https://github.com/wargio/naxsi/pull/22
- [Rule] Extra rules by @wargio in https://github.com/wargio/naxsi/pull/23
- Export variables by @wargio in https://github.com/wargio/naxsi/pull/24
- [Rule] Additional SQL Admin Interface rules by @wargio in https://github.com/wargio/naxsi/pull/25
- [Rule] Block additional scanners by @wargio in https://github.com/wargio/naxsi/pull/26
- [Rule] Additional security rules by @wargio in https://github.com/wargio/naxsi/pull/28
- [Rule] Add wpscan in scanner rules by @wargio in https://github.com/wargio/naxsi/pull/29
- [Rule] Cleanup rules and added l9tcpid by @wargio in https://github.com/wargio/naxsi/pull/31
- Windows support by @staticlibs in https://github.com/wargio/naxsi/pull/33
- [Rule] Added WinHttpReq to scanner list by @wargio in https://github.com/wargio/naxsi/pull/34
- Windows CI build support by @staticlibs in https://github.com/wargio/naxsi/pull/35
- Windows CI enhancements by @staticlibs in https://github.com/wargio/naxsi/pull/36
- Add libinjection modified sources to .gitignore by @staticlibs in https://github.com/wargio/naxsi/pull/37
- [Rule] Block access to yaml & hcl & ctmpl files by @wargio in https://github.com/wargio/naxsi/pull/38
- Generate python tests by @staticlibs in https://github.com/wargio/naxsi/pull/41
- Windows warnings cleanup by @staticlibs in https://github.com/wargio/naxsi/pull/42
- Fix response body read in test HTTP client by @staticlibs in https://github.com/wargio/naxsi/pull/47
- Make sure IP address is null-terminated before passing it to inet_pton by @staticlibs in https://github.com/wargio/naxsi/pull/48
- [Rule] Internal rule 21: illegal host header by @wargio in https://github.com/wargio/naxsi/pull/52
- Added ANY matchzone by @wargio in https://github.com/wargio/naxsi/pull/53
- Adds
$naxsi_request_idand drops vers,total_processed and total_blocked by @wargio in https://github.com/wargio/naxsi/pull/55 - Fix ANY when defining $URL/$URL_X by @wargio in https://github.com/wargio/naxsi/pull/57
- Fixed json number validation loop to support properly exponentials by @wargio in https://github.com/wargio/naxsi/pull/63
- Added some new sqli keywords with tests by @wargio in https://github.com/wargio/naxsi/pull/64
- Support json extended logs on naxsi by @wargio in https://github.com/wargio/naxsi/pull/65
- [Rule] Exposed AWS Elastic Beanstalk configuration by @wargio in https://github.com/wargio/naxsi/pull/69
- [Rule] Malicious wp access to ALFA_DATA|alfacgiapi|cgialfa path by @wargio in https://github.com/wargio/naxsi/pull/70
- [Rule] Block access to temporary backup files. by @wargio in https://github.com/wargio/naxsi/pull/71
- Fix reserved identifier violation issue nbs-system/naxsi#626 by @wargio in https://github.com/wargio/naxsi/pull/72
New Contributors
- @wargio made their first contribution in https://github.com/wargio/naxsi/pull/3
- @vvvllll made their first contribution in https://github.com/wargio/naxsi/pull/7
- @staticlibs made their first contribution in https://github.com/wargio/naxsi/pull/33
Full Changelog: https://github.com/wargio/naxsi/compare/1.3...1.4