Update zeekengine.py
This commit is contained in:
parent
5cc0abcf83
commit
ab3f5b584e
@ -445,7 +445,7 @@ class ZeekEngine(object):
|
|||||||
"""
|
"""
|
||||||
Start zeek and check the logs.
|
Start zeek and check the logs.
|
||||||
"""
|
"""
|
||||||
sp.Popen("cd {} && zeek -Cr capture.pcap protocols/ssl/validate-certs".format(
|
sp.Popen("cd {} && /opt/zeek/bin/zeek -Cr capture.pcap protocols/ssl/validate-certs".format(
|
||||||
self.working_dir), shell=True).wait()
|
self.working_dir), shell=True).wait()
|
||||||
sp.Popen("cd {} && mv *.log assets/".format(self.working_dir),
|
sp.Popen("cd {} && mv *.log assets/".format(self.working_dir),
|
||||||
shell=True).wait()
|
shell=True).wait()
|
||||||
|
Loading…
Reference in New Issue
Block a user