jensvoid / lorg

Apache Logfile Security Analyzer
GNU General Public License v2.0
209 stars 50 forks source link

walter #12

Open waschult opened 7 years ago

waschult commented 7 years ago

Hallo,

i'm testing lorg on ubuntu 16.04 (php5.6 and php7 both installed and tested). So far the most things are working. Thank you:):)

.. but one problem with -o json everything seems to be processed ... .... [>] Processing 210679 lines of input file 'test_access.l[>] Processing 210679 lines of input file 'test_access.l[>] Processing 210679 lines of input file 'test_access.log' [100%] [>] Creating summary for 'test_access.log'

Found 496 incidents (2545 tags) from 9 clients
| sqli:         248 | id:           496 | lfi:          483 | 
| xss:          433 | csrf:         404 | rfe:          298 | 
| dt:           182 | dos:            1 | 

[>] Check out 'report_09-May-2017-131513.json' for a complete report

but json file seems to be empty: more 09-May-2017-131513.json only shows { items: [ ] }

Any idea?

Regards, Walter

waschult commented 7 years ago

I've tested a little bit. With -n (no summarize) json file is okay (filled). Only with default (summarized) the json file is empty.

Regards, Walter