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
while : | |
do | |
sudo btmgmt find | awk '/EDR/ {print}' | |
done |
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 |