ReJeCtAll / naxsi

Automatically exported from code.google.com/p/naxsi
Other
0 stars 0 forks source link

-f filter doesnt work when generating HTML-Output #78

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use nx_util, latest version to extract events from logfile and generate 
naxsi_sigs - db
2. use nx_util -H $file -f 'filter_options'to generate output
3. alle events included, filters are not applied

What is the expected output? What do you see instead?
i expect filtered output, but nothing worked; tried the following (standalone 
or in combination) 'date < lastweek', 'ip = 1.2.3.4', 'id = 1000'; all alerts 
are included in every output, no filter was applied

What version of the product are you using? On what operating system?
nx_util from naxsi-svn/tags/0.51-1/nx_util

Please provide your nginx configuration any additional information below.
not needed

Original issue reported on code.google.com by lazy.dog...@gmail.com on 5 Jul 2013 at 10:03

GoogleCodeExporter commented 8 years ago
Hi mex :)

I think that so far, filtering only applies when acquiring data (log 
acquisition time).
We will have a look to see how it should be done to make it work as well on 
database extraction step as well.

Original comment by ori...@gmail.com on 6 Jul 2013 at 8:16