aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* initial release report featurenico2019-05-291-1/+1
| | | | | | | | | | | | | | | | 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-231-1/+2
| | | | | + add support gzip compressed logs + add support for multiple input files
* no more direct system callsnico2019-05-221-5/+3
| | | | | | | | * replace system calls to sqlite + add tabulate module to format output * update sql commands with named parameter substitution asd
* makeshift abusereport generator scriptnico2019-05-151-1/+1
| | | | + add temporary abusereport generator script
* Initial working commitnico2019-05-141-0/+133
+ python3 ingest and db management + abusereport bash script