Skip to content

Commit

Permalink
add ipsec & openvpn plugin
Browse files Browse the repository at this point in the history
Signed-off-by: reyesj2 <[email protected]>
  • Loading branch information
reyesj2 committed Dec 5, 2024
1 parent 58c624c commit fdfd315
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions so-zeek/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ RUN /opt/zeek/bin/zkg install --force ja3 && \
/opt/zeek/bin/zkg install --force --skiptests zeek-spicy-stun && \
/opt/zeek/bin/zkg install --force --skiptests https://github.com/iamckn/oui-logging && \
/opt/zeek/bin/zkg install --force --skiptests https://github.com/mitrecnd/bro-http2 --version master && \
/opt/zeek/bin/zkg install --force --skiptests zeek-spicy-ipsec && \
/opt/zeek/bin/zkg install --force --skiptests zeek-spicy-openvpn && \
/bin/python3 /opt/zeek/share/zeek/site/oui-logging/oui.py /opt/zeek/share/zeek/site/oui-logging/oui.dat && \
rm -rf /opt/zeek/var/lib/zkg/testing && \
rm -rf /opt/zeek/var/lib/zkg/scratch && \
Expand Down

0 comments on commit fdfd315

Please sign in to comment.