Open Firefox in the VM and go to this site > Advanced
> Accept the risk and continue
> Download
and then move the Scoring.zip download to your home folder /home/secaudit/
Do sudo ls
before the following to have the sudo password in cache.
Type the following commands to unzip the file:
cd ~
unzip Scoring.zip
rm Scoring.zip
Update the Scoring Report desktop shortcut with
sudo sed -i 's\URL=file:///usr/share/csse-pub/index.html\Exec=firefox /home/secaudit/Scoring/index.html\' /home/secaudit/Desktop/Scoring\ Report.desktop && sudo sed -i 's\Link\Application\' /home/secaudit/Desktop/Scoring\ Report.desktop
And finally, run the update script with
chmod +x Scoring/update
sudo Scoring/update &
And seperately you should turn on network-manager properly, so copy the following
sudo service network-manager start