Forked from bigsnarfdude/gist:7405ba7d2c5cc88cfdfc
Last active
June 28, 2018 18:14
-
-
Save jamesleytevidal/d6547804de47605a0f8ea42b077fe3ed to your computer and use it in GitHub Desktop.
Install instructions for Bro IDS on a Raspberry Pi - tested on Model 3B - bro package versions updated
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# echo 'deb-src http://download.opensuse.org/repositories/network:/bro/Debian_8.0/ /' \ | |
>> /etc/apt/sources.list.d/bro.list | |
# wget http://download.opensuse.org/repositories/network:bro/Debian_8.0/Release.key \ | |
-O - | apt-key add - | |
# apt-get update | |
# apt-get build-dep bro | |
# apt-get install bison cmake cmake-data libarchive13 libbison-dev libpcap-dev libpython-dev libpython2.7-dev libssl-dev python-dev python2.7-dev swig swig2.0 | |
# apt-get source --compile bro | |
# dpkg -i bro_2.5.2-0_armhf.deb bro-core_2.5.2-0_armhf.deb broctl_2.5.2-0_armhf.deb libbroccoli_2.5.2-0_armhf.deb | |
# /opt/bro/bin/broctl | |
http://networkfilter.blogspot.de/2012/08/building-your-piwall-gateway-firewall.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment