#!/bin/bash echo "Adding metasploit-framework repository" add-apt-repository ppa:metasploit-official -y > /dev/null echo "Updating repositories" apt-get update > /dev/null echo "Installing metasploit-framework" apt-get install metasploit-framework -y > /dev/null echo "Installing curl" apt-get install curl -y > /dev/null echo "Installing nmap" apt-get install nmap -y > /dev/null echo "192.168.56.10 gitea.vm.local bitwarden.vm.local" | sudo tee -a /etc/hosts > /dev/null