From 0fc6ab630ce6b00475fe9c9e25c68ddc86ad6279 Mon Sep 17 00:00:00 2001 From: "@xer0dayz" <1n3@hushmail.com> Date: Fri, 20 Nov 2020 05:32:58 -0700 Subject: [PATCH] * v8.9 - Removed OpenVAS installation * v8.9 - Fixed Chromium issue in Ubuntu 2020.4 --- install.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index baf7a20..131730f 100755 --- a/install.sh +++ b/install.sh @@ -62,6 +62,10 @@ if [[ $UBUNTU_CHECK == "DISTRIB_ID=Ubuntu" ]]; then cp -a /home/user/.Xauthority /root/.Xauthority 2> /dev/null chown root /root/.Xauthority XAUTHORITY=/root/.Xauthority + snap install chromium 2> /dev/null + ln -s /snap/bin/chromium /usr/bin/chromium 2> /dev/null + xhost + 2> /dev/null + mkdir -p /run/user/0 2> /dev/null fi echo -e "$OKBLUE[*]$RESET Installing package dependencies...$RESET" @@ -106,9 +110,7 @@ apt-get install -y net-tools apt-get install -y p7zip-full apt-get install -y jsbeautifier apt-get install -y phantomjs 2> /dev/null -apt-get install -y openvas -apt-get install -y greenbone-security-assistant -apt-get install -y chromium +apt-get install -y chromium 2> /dev/null echo -e "$OKBLUE[*]$RESET Installing Metasploit...$RESET" curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > /tmp/msfinstall