This is a collection of bro scripts that do some unique things. To use, go to your site directory and check it out to a named item.
cd /opt/bro/share/bro/site git clone https://github.com/mocyber/bro-scripts.git rockThen, in your local.bro add the following at the bottom:
# Load the cyberdev scripts @load rockThis loads all the scripts defined in load.bro. If there’s a script that you’d like to use that is not in there, you can load it directly:
# Load JSON util function @load rock/utils/json