Skip to content

Commit

Permalink
install zeek::af_packet with zkg
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Feb 25, 2020
1 parent 3cafb17 commit a20fa9b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions shared/bin/zeek_install_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ ZKG_GITHUB_URLS=(
https://github.com/salesforce/hassh
https://github.com/salesforce/ja3
https://github.com/0xxon/cve-2020-0601
https://github.com/J-Gras/zeek-af_packet-plugin
)
for i in ${ZKG_GITHUB_URLS[@]}; do
SRC_DIR="$(clone_github_repo "$i")"
Expand Down Expand Up @@ -116,16 +117,6 @@ if [[ -d "$SRC_DIR" ]]; then
cd "$CWD"
fi

SRC_DIR="$(clone_github_repo "https://github.com/J-Gras/zeek-af_packet-plugin")"
if [[ -d "$SRC_DIR" ]]; then
CWD="$(pwd)"
cd "$SRC_DIR" && \
./configure --with-kernel=/usr --bro-dist="$ZEEK_DIST_DIR" --install-root="$ZEEK_PLUGIN_DIR" && \
make && \
make install
cd "$CWD"
fi

SRC_DIR="$(clone_github_repo "https://github.com/SoftwareConsultingEmporium/ldap-analyzer")"
if [[ -d "$SRC_DIR" ]]; then
CWD="$(pwd)"
Expand Down

0 comments on commit a20fa9b

Please sign in to comment.