fix a couple things, add another package

This commit is contained in:
m0duspwnens
2020-08-26 17:51:04 -04:00
parent cc88c4c35f
commit 16c3b9539b

View File

@@ -30,6 +30,7 @@ su -c 'curl https://download.mono-project.com/repo/centos7-stable.repo | tee /et
yum -y install mono-devel; yum -y install mono-devel;
# Install NetworkMiner # Install NetworkMiner
yum -y install libcanberra-gtk2;
wget https://www.netresec.com/?download=NetworkMiner -O /tmp/nm.zip; wget https://www.netresec.com/?download=NetworkMiner -O /tmp/nm.zip;
unzip /tmp/nm.zip -d /opt/; unzip /tmp/nm.zip -d /opt/;
cd /opt/NetworkMiner*; 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 # Install Google Chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm; 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; rm google-chrome-stable_current_x86_64.rpm;
# Install tcpstat # 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; 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 # 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; 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 reboot;