mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
fix a couple things, add another package
This commit is contained in:
@@ -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
|
||||
reboot;
|
||||
Reference in New Issue
Block a user