Kali
Setup Kali
Update & Upgrade
# --- Initial Update & Upgrade --- #
# Might need to allow "Emergency Access"
sudo apt update -y && sudo apt upgrade -y
First Install
# --- Pimp My Kali --- #
# change dir
cd /opt
# Switch user
sudo su
# Clone pimpmykali repository & enter the folder
git clone https://github.com/Dewalt-arch/pimpmykali
cd pimpmykali
# Execute the script - For a new Kali VM, run menu option 'N'
# (The script must be run with root privileges)
./pimpmykali.sh
# Use --auto command line arg to bypass the menu and prompts
# Use --help for full list of available command line args
Time to to snapshot!