Extracts files over a network to check for malicious executables/backdoors.
Make sure you run the script as sudo.
sudo apt-get update
sudo ./config.sh
This will install bro with all dependencies.
- sudo apt-get update : make sure to update apt before installing
- "unable to locate package CMake" : change line 12 'CMake' to 'cmake' (lowercase)