hex2a
hex2a
please also provide a python module for own python applications. (without fuse, etc; upload/downloads/folders controlled in the application)
the following requests/rules seem to trigger an infinite loop (calling `pcre_exec`) in `ngx_http_process_basic_rule_buffer`. HTTP request: `GET /favicon.ico%0d%0aBCC%[email protected]%0d%0afffl%3a%20b` decoded request evaluated by naxsi: `/favicon.ico\r\nBCC:[email protected]\r\nfff: b` rule: `BasicRule "msg:block All URLs" "rx:.*"...
the fix for #2 introduced a subshell, the exit status is always 0, even when `--exit-on-error` is specified, replacing `exit 0` with `exit ${?}` solved the issue