Skip to content

Instantly share code, notes, and snippets.

@bigsnarfdude
Last active August 27, 2018 20:31
Show Gist options
  • Save bigsnarfdude/7405ba7d2c5cc88cfdfc to your computer and use it in GitHub Desktop.
Save bigsnarfdude/7405ba7d2c5cc88cfdfc to your computer and use it in GitHub Desktop.
raspberry pi bro ids
# 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.4.1-0_armhf.deb bro-core_2.4.1-0_armhf.deb broctl_2.4.1-0_armhf.deb libbroccoli_2.4.1-0_armhf.deb
# /opt/bro/bin/broctl
http://networkfilter.blogspot.de/2012/08/building-your-piwall-gateway-firewall.html
@jamesleytevidal
Copy link

This saved me a lot of headache - thank you. I forked it and updated the bro versions to something a little more current - it's located at https://gist.github.com/jamesleytevidal/d6547804de47605a0f8ea42b077fe3ed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment