BILA (BRO IDS Logs Analyzer)� BILA is a python3 tool used to insert BRO log files into a SQLITE3 database. The tool provides GUI for analysis and basic graphing and plotting abilities using the open source library Plotly. please contribute to this project :)
To install the project you will have to have graphviz installed, see the following link for reference
running instructions:
- clone : git clone
- virtualenv env -p python3
- source env/bin/activate
- pip3 install -r requirements.txt
- python3 code.py