From 16c3b9539bf4de0cd95c71823e5e881f34883826 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 26 Aug 2020 17:51:04 -0400 Subject: [PATCH] fix a couple things, add another package --- setup/so-analyst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup/so-analyst b/setup/so-analyst index 4dff6a89c..f43cb8e08 100644 --- a/setup/so-analyst +++ b/setup/so-analyst @@ -30,6 +30,7 @@ su -c 'curl https://download.mono-project.com/repo/centos7-stable.repo | tee /et yum -y install mono-devel; # Install NetworkMiner +yum -y install libcanberra-gtk2; wget https://www.netresec.com/?download=NetworkMiner -O /tmp/nm.zip; unzip /tmp/nm.zip -d /opt/; cd /opt/NetworkMiner*; @@ -79,7 +80,7 @@ sudo yum -y install https://forensics.cert.org/centos/cert/7/x86_64//foremost-1. # Install Google Chrome wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm; -yum localinstall google-chrome-stable_current_x86_64.rpm; +yum -y localinstall google-chrome-stable_current_x86_64.rpm; rm google-chrome-stable_current_x86_64.rpm; # Install tcpstat @@ -96,7 +97,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-bittwist-2.0.0/securityonion-bittwist-2.0.0.rpm; # Install chaosreader -yum -y install perl-IO-compress perl-Net-DNS; +yum -y install perl-IO-Compress perl-Net-DNS; yum -y install https://github.com/Security-Onion-Solutions/securityonion-docker-rpm/releases/download/securityonion-chaosreader-0.95.10/securityonion-chaosreader-0.95.10.rpm; -reboot \ No newline at end of file +reboot; \ No newline at end of file