Skip to content

rocknsm/rock-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

A collection of Bro scripts

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 rock

Then, in your local.bro add the following at the bottom:

# Load the cyberdev scripts
@load rock

This 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

TODO

  • ❏ Cleanup scripts and add common header

  • ❏ Create skeleton script file as a starter