From e9b7538ee8265a5d50fcc188933fc13a95721713 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 26 Aug 2020 17:58:27 -0400 Subject: [PATCH] fix a couple things, add another package --- setup/so-analyst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup/so-analyst b/setup/so-analyst index f43cb8e08..7bb2db26c 100644 --- a/setup/so-analyst +++ b/setup/so-analyst @@ -51,9 +51,6 @@ yum -y install hping3; # Install netsed yum -y isntall netsed; -# Install netcat -#nmap-ncat or socat? - # Install ngrep yum -y install ngrep; @@ -90,6 +87,7 @@ yum -y install https://github.com/Security-Onion-Solutions/securityonion-docker- yum -y install https://github.com/Security-Onion-Solutions/securityonion-docker-rpm/releases/download/securityonion-tcptrace-6.6.7/securityonion-tcptrace-6.6.7.rpm; # Install sslsniff +# This is unmainted with many PRs waiting. Perhaps we should consider https://github.com/droe/sslsplit instead yum -y install boost-filesystem boost-thread log4cpp; yum -y install https://github.com/Security-Onion-Solutions/securityonion-docker-rpm/releases/download/securityonion-sslsniff-0.8.0/securityonion-sslsniff-0.8.0.rpm;