The Wayback Machine - https://web.archive.org/web/20210413093726/https://github.com/nbs-system/naxsi/issues/556
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rules default does not contain Match Pattern and MatchZone #556

Open
vncloudsco opened this issue Apr 13, 2021 · 0 comments
Open

Rules default does not contain Match Pattern and MatchZone #556

vncloudsco opened this issue Apr 13, 2021 · 0 comments

Comments

@vncloudsco
Copy link

@vncloudsco vncloudsco commented Apr 13, 2021

#@MainRule "msg:weird request, unable to parse" id:1;
#@MainRule "msg:request too big, stored on disk and not parsed" id:2;
#@MainRule "msg:invalid hex encoding, null bytes" id:10;
#@MainRule "msg:unknown content-type" id:11;
#@MainRule "msg:invalid formatted url" id:12;
#@MainRule "msg:invalid POST format" id:13;
#@MainRule "msg:invalid POST boundary" id:14;
#@MainRule "msg:invalid JSON" id:15;
#@MainRule "msg:empty POST" id:16;
#@MainRule "msg:libinjection_sql" id:17;
#@MainRule "msg:libinjection_xss" id:18;
#@MainRule "msg:no generic rules" id:19;
#@MainRule "msg:bad utf8" id:20;

I'm implementing the system and having trouble with these rules I don't know what rules doing. What data do rules look for and what is their search Match Pattern?

How can I edit these data, or know what this rules doing search?

I don't know how it works yet, my system is pretty much blocked by this rules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant