extracted files not getting saved to correct location for live Zeek capture #590
Labels
bug
Something isn't working
carving
Relating to carving (extraction) of files from traffic and the scanning of those files
external
Depends on a bug or feature external to this project
regression
It worked at one point...
zeek
Relating to Malcolm's use of Zeek
Milestone
In the fix for zeek/zeekctl#65 (see also this changelog), the behavior for where extracted files go changed when deploying zeek with zeekctl.
As some of Malcolm's code which was setting the path of extracted files by using an environment variable to
redef FileExtract::prefix
depended on the old behavior, we need to, as the comment in the changelog says, setFileExtractDir
inzeekctl.cfg
to an empty value.The symptom of this is that files are ending up underneath /opt/zeek/spool rather than in the correct extracted files location for Malcolm/Hedgehog Linux.
The text was updated successfully, but these errors were encountered: