Skip to content

Instantly share code, notes, and snippets.

@deathnmind
Last active September 28, 2021 10:37
Show Gist options
  • Save deathnmind/b016dbf1306d6e7c652893d376c30536 to your computer and use it in GitHub Desktop.
Save deathnmind/b016dbf1306d6e7c652893d376c30536 to your computer and use it in GitHub Desktop.
Zeek setup and run
sudo apt update
sudo apt-get install cmake make gcc g++ flex bison libpcap-dev libssl-dev python3 python3-dev swig zlib1g-dev
git clone --recursive https://github.com/zeek/zeek
cd zeek
./configure
make
sudo make install
sudo ln --symbolic /usr/local/zeek/bin/zeek /usr/bin/zeek
zeek /usr/local/zeek/share/zeek/site/local.zeek -r test.pcap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment