Skip to content

Installation

Robbie Corley edited this page Dec 2, 2016 · 35 revisions

The software dependencies will install automatically for you when running the install scripts via the GUI. I'd recommend doing an apt-get update and apt-get ugrade prior to running Briar so apt can grab all the latest packages

  1. Clone the repo! git clone https://github.com/musicmancorley/BriarIDS.git
  2. Next, ssh into your PI: ssh pi@your_pi_ip -X
  • the -X means X-forwarding which will forward the GUI to your computer used to access your PI.
  1. Needs to be run as root user or using sudo
  2. type:
    sudo cp ../.Xauthority /root/
    sudo python BriarIDS.py
  3. Now the menu should be visible. The first button installs Suricata. I will update this soon so it is more self-explanatory what it is installing. The remaining buttons are more self-explanatory.
  4. Once you start the suricata install, an install script can be followed by typing the following in a separate terminal: tail -f /usr/local/src/install_log.log
Clone this wiki locally