file-extraction/scripts/config.zeek
Patrick Kelley e92000e5b0 Initial
2025-05-07 14:10:34 -04:00

12 lines
396 B
Plaintext

# All configuration must occur within this file.
# All other files may be overwritten during upgrade
module FileExtraction;
# Configure where extracted files will be stored
redef path = "";
# Configure 'plugins' that can be loaded
# these are shortcut modules to specify common
# file extraction policies. Example:
# @load ./plugins/extract-pe.bro
@load ./plugins/extract-common-exploit-types