Skip to content

Latest commit

 

History

History
executable file
·
13 lines (8 loc) · 526 Bytes

README.md

File metadata and controls

executable file
·
13 lines (8 loc) · 526 Bytes

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:

  1. clone : git clone
  2. virtualenv env -p python3
  3. source env/bin/activate
  4. pip3 install -r requirements.txt
  5. python3 code.py