Easy steps to install zeek package on Mac
Package Information:
Application Name – zeek
What is zeek – Not Available for zeek
Use of zeek – Network security monitor
URL – https://www.zeek.org
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install zeek using brew
brew install zeek
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
zeek is ready to use now!