PACKAGES
Last updated
Last updated
zeek's package manager is used to install third-party scripts and plugins to extend zeek's functionality. the package manager is a built-in cmd and users can use it to install, load, remove, update and create packages with the "zkg" tool. once the packages are installed, there are three methods that can be used to call/use it.
as a framework
from a script with the "@load" method
calling their package names
note that this method works only for packages installed with the "zkg" install method.