aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* readme updatenico2019-05-301-7/+30
| | | | * update README.md to the latest changes
* initial release report featurenico2019-05-295-44/+201
| | | | | | | | | | | | | | | | Misc + add report directory + add template directory Feature Release + add report feature --report + add basic report template + add feature to use -d/ --domain flag multiple times Optimization + add config.py loading user config * further code optimization * update gitignore file
* multiple file and gzip file support0.0.1nico2019-05-232-10/+40
| | | | | + add support gzip compressed logs + add support for multiple input files
* no more direct system callsnico2019-05-223-17/+27
| | | | | | | | * replace system calls to sqlite + add tabulate module to format output * update sql commands with named parameter substitution asd
* makeshift abusereport generator scriptnico2019-05-152-1/+103
| | | | + add temporary abusereport generator script
* Don't set executable bit on documentationHolger Weiss2019-05-152-0/+0
|
* ingest correct delay tag correctionnico2019-05-151-1/+1
| | | | * corrected a missed find
* ingest correct delay tagnico2019-05-151-1/+6
| | | | + add filter for the delay tag search to prevent timestamp mixups
* body tag NoneType fixnico2019-05-151-1/+3
| | | | + add None catch to body tag filter
* Initial working commitnico2019-05-144-0/+299
+ python3 ingest and db management + abusereport bash script